We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d2e8f2 + ba249fe commit a9aac09Copy full SHA for a9aac09
.github/workflows/on_pr_test.yaml
@@ -68,7 +68,7 @@ jobs:
68
pull-requests: write # Allow commenting on PR
69
steps:
70
- name: Comment on PR with Docker image link
71
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
72
with:
73
script: |
74
const prNumber = context.issue.number;
0 commit comments