We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90352e commit e69f7c7Copy full SHA for e69f7c7
.github/workflows/e2e-test-pr.yml
@@ -99,7 +99,7 @@ jobs:
99
LINODE_CLI_OBJ_ACCESS_KEY: ${{ secrets.LINODE_CLI_OBJ_ACCESS_KEY }}
100
LINODE_CLI_OBJ_SECRET_KEY: ${{ secrets.LINODE_CLI_OBJ_SECRET_KEY }}
101
102
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
103
id: update-check-run
104
if: ${{ inputs.pull_request_number != '' && fromJson(steps.commit-hash.outputs.data).repository.pullRequest.headRef.target.oid == inputs.sha }}
105
env:
0 commit comments