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.
2 parents b6745e2 + e39ff42 commit 6bb9022Copy full SHA for 6bb9022
1 file changed
.github/workflows/pr-preview.yml
@@ -46,7 +46,7 @@ jobs:
46
PREVIEW_URL: pr-${{ steps.pr.outputs.number }}-resteasy-dev.surge.sh
47
48
- name: Comment on PR
49
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
50
with:
51
script: |
52
const prNumber = ${{ steps.pr.outputs.number }};
0 commit comments