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 fc8e082 commit 97c4202Copy full SHA for 97c4202
1 file changed
.github/workflows/pr_artifacts.yml
@@ -13,7 +13,7 @@ jobs:
13
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v6
17
with:
18
script: |
19
const {owner, repo} = context.repo;
0 commit comments