We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a808dbb + 1e8daff commit 63a2ba7Copy full SHA for 63a2ba7
2 files changed
.github/workflows/package-build.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Comment PR with artifact link
49
if: github.event_name == 'pull_request'
50
continue-on-error: true
51
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
52
with:
53
script: |
54
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
46
47
const maxWaitTime = 10 * 60 * 1000; // 10 minutes
0 commit comments