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 71365ed commit ae13f3bCopy full SHA for ae13f3b
.github/workflows/postbench.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- run: echo 'The triggering workflow passed'
13
- name: 'Download artifact'
14
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
15
with:
16
script: |
17
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
@@ -38,7 +38,7 @@ jobs:
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
- name: 'Comment on PR test 2'
41
42
43
github-token: ${{ secrets.GITHUB_TOKEN }}
44
0 commit comments