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 2d30277 commit 9c12d4fCopy full SHA for 9c12d4f
.github/workflows/e2e-test-pr.yml
@@ -115,7 +115,7 @@ jobs:
115
LINODE_CLI_OBJ_ACCESS_KEY: ${{ secrets.LINODE_CLI_OBJ_ACCESS_KEY }}
116
LINODE_CLI_OBJ_SECRET_KEY: ${{ secrets.LINODE_CLI_OBJ_SECRET_KEY }}
117
118
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
119
id: update-check-run
120
if: ${{ inputs.pull_request_number != '' && fromJson(steps.commit-hash.outputs.data).repository.pullRequest.headRef.target.oid == inputs.sha }}
121
env:
0 commit comments