We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21fc49f + d2caefd commit 86e898aCopy full SHA for 86e898a
2 files changed
.github/workflows/docs.yaml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Comment Preview URL on PR
58
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
59
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
60
with:
61
script: |
62
const previewUrl = 'https://pr-${{ github.event.pull_request.number }}.tstring-structured-data.pages.dev';
.github/workflows/release-notify.yml
@@ -18,7 +18,7 @@ jobs:
18
pull-requests: write
19
steps:
20
- name: Post release notifications
21
22
23
github-token: ${{ github.token }}
24
0 commit comments