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 65f8ae2 commit 944c7fbCopy full SHA for 944c7fb
.github/workflows/snapshotCommit.yml
@@ -21,7 +21,7 @@ jobs:
21
repository: ${{ github.event.workflow_run.head_repository.full_name }}
22
23
- name: Download Artifacts
24
- uses: actions/github-script@v3.1.0
+ uses: actions/github-script@v7
25
with:
26
script: |
27
const fs = require('fs');
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Reset Label
68
if: github.event.workflow_run.event == 'pull_request'
69
70
71
# The workflow_run that comes along with the event drops the PR number for some reason
72
# so we have to pass the PR number from the original workflow as an artifact
0 commit comments