Skip to content

Commit 69588d2

Browse files
authored
Refactor preview deployment message in workflow
Updated the preview deployment message format in the workflow. Signed-off-by: Raunak Madan <143412156+CodexRaunak@users.noreply.github.com>
1 parent cc7fa04 commit 69588d2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-and-preview-site.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,7 @@ jobs:
8585
with:
8686
header: pr-preview
8787
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._
88+
🚀 Preview deployment: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
9389
9490
- name: Cleanup PR preview on close
9591
if: github.event.action == 'closed'

0 commit comments

Comments
 (0)