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.
1 parent 0eb08ef commit 48afe94Copy full SHA for 48afe94
.github/workflows/GnuComment.yml
@@ -20,7 +20,7 @@ jobs:
20
github.event.workflow_run.event == 'pull_request'
21
steps:
22
- name: 'Download artifact'
23
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
24
with:
25
script: |
26
// List all artifacts from GnuTests
@@ -45,7 +45,7 @@ jobs:
45
- run: unzip comment.zip
46
47
- name: 'Comment on PR'
48
49
50
github-token: ${{ secrets.GITHUB_TOKEN }}
51
0 commit comments