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 bac6572 commit 5fe80b6Copy full SHA for 5fe80b6
.github/workflows/docs-preview.yml
@@ -38,7 +38,7 @@ jobs:
38
target-folder: ${{ env.PR_NUMBER }}
39
branch: gh-pages
40
41
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
42
env:
43
PR_NUMBER: ${{ env.PR_NUMBER }}
44
with:
.github/workflows/pr-labeler.yml
@@ -23,7 +23,7 @@ jobs:
23
pull-requests: write
24
runs-on: ubuntu-latest
25
steps:
26
27
28
github-token: ${{secrets.GITHUB_TOKEN}}
29
script: |
0 commit comments