We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 153b685 + 6b2fdb7 commit ad61cdeCopy full SHA for ad61cde
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@v7
+ uses: actions/github-script@v8
79
with:
80
script: |
81
const status = context.payload.inputs.status,
0 commit comments