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 da3746c commit 43d16dbCopy full SHA for 43d16db
1 file changed
action.yml
@@ -177,7 +177,7 @@ runs:
177
echo "$delimiter" >> $GITHUB_OUTPUT
178
shell: bash
179
180
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
181
if: ${{ inputs.post_comment == 'true' || inputs.post_comment == 'update' || ( inputs.post_comment == 'nonzero' && steps.check.outputs.returncode != 0 ) }}
182
with:
183
github-token: ${{ inputs.github_token }}
0 commit comments