We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7fa04 commit 69588d2Copy full SHA for 69588d2
.github/workflows/build-and-preview-site.yml
@@ -85,11 +85,7 @@ jobs:
85
with:
86
header: pr-preview
87
message: |
88
- 🚀 **Preview deployment for PR #${{ github.event.pull_request.number }}**
89
-
90
- 🌐 **Preview URL**: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
91
92
- _This preview will be updated automatically when you push new commits to this PR._
+ 🚀 Preview deployment: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
93
94
- name: Cleanup PR preview on close
95
if: github.event.action == 'closed'
0 commit comments