We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0494481 commit b21089aCopy full SHA for b21089a
.github/workflows/build-and-preview-site.yml
@@ -73,9 +73,7 @@ jobs:
73
with:
74
header: pr-preview
75
message: |
76
- 🚀 **Preview for PR #${{ github.event.pull_request.number }}**
77
-
78
- 🌐 https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
+ 🚀 Preview deployment: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
79
80
- name: Cleanup PR preview
81
if: github.event.action == 'closed'
0 commit comments