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 9c5effa + f7fd9f6 commit 962fe96Copy full SHA for 962fe96
2 files changed
.github/workflows/package-build.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Comment PR with artifact link
47
if: github.event_name == 'pull_request'
48
continue-on-error: true
49
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
50
with:
51
script: |
52
const runId = context.runId;
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Wait for and get package build run ID
45
id: build-run
const maxWaitTime = 10 * 60 * 1000; // 10 minutes
0 commit comments