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 6f359de commit 02387a6Copy full SHA for 02387a6
.github/workflows/static.yml
@@ -53,5 +53,13 @@ jobs:
53
if: github.event_name == 'pull_request'
54
uses: marocchino/sticky-pull-request-comment@v2
55
with:
56
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
message: |
- 🚀 Preview: ${{ steps.deployment.outputs.page_url }}
58
+ 🚀 **Preview deployment for PR #${{ github.event.pull_request.number }}**
59
+
60
+ 📖 Preview: ${{ steps.deployment.outputs.page_url }}
61
+ 🌐 Alternative URL: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/
62
63
+ > Environment: `pr-preview-${{ github.event.pull_request.number }}`
64
65
+ This preview will be updated automatically when you push new commits to this PR.
0 commit comments