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 2120514 commit 3510af7Copy full SHA for 3510af7
.github/workflows/publish-site.yml
@@ -105,7 +105,7 @@ jobs:
105
echo "docs_url=${docs_url}" >> $GITHUB_OUTPUT
106
echo "Deployed to: ${docs_url}"
107
- name: Post Previews Comment
108
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
109
with:
110
script: |
111
const { buildPreviewURLComment } = await import('${{ github.workspace }}/.github/scripts/build-preview-urls-comment.js');
0 commit comments