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 f4fbd37 commit da5f786Copy full SHA for da5f786
.github/workflows/ecosystem-ci-from-pr.yml
@@ -57,7 +57,7 @@ jobs:
57
comment-id: ${{ steps.create-comment.outputs.result }}
58
steps:
59
- id: create-comment
60
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
61
with:
62
github-token: ${{ secrets.ECOSYSTEM_CI_ACCESS_TOKEN }}
63
result-encoding: string
@@ -157,7 +157,7 @@ jobs:
157
needs: [init, execute-selected-suite, execute-all]
158
if: always()
159
160
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
161
162
163
script: |
0 commit comments