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 dcb8e9b commit 38e553fCopy full SHA for 38e553f
.github/workflows/canary-comment.yml
@@ -19,7 +19,7 @@ jobs:
19
# Get PR number from the workflow run
20
- name: Get PR info
21
id: pr-info
22
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
23
with:
24
script: |
25
// Get the workflow run details
@@ -60,7 +60,7 @@ jobs:
60
- name: Extract canary info
61
if: ${{ steps.pr-info.outputs.found == 'true' && steps.pr-info.outputs.has_canary_label == 'true' && github.event.workflow_run.conclusion == 'success' }}
62
id: canary-info
63
64
65
66
const workflowRun = context.payload.workflow_run;
0 commit comments