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 df6e35f + 95c2f69 commit 60de37cCopy full SHA for 60de37c
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@v8
+ uses: actions/github-script@v9
50
with:
51
script: |
52
const prNumber = ${{ steps.pr.outputs.number }};
0 commit comments