We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15a3461 + e1317ea commit 93d46f9Copy full SHA for 93d46f9
1 file changed
.github/workflows/deploy-preview.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Get comment text
77
id: get-text
78
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
79
with:
80
script: |
81
const status = context.payload.inputs.status,
0 commit comments