Skip to content

Commit 5627c12

Browse files
authored
Update deploy-preview.yml
Signed-off-by: Raunak Madan <143412156+CodexRaunak@users.noreply.github.com>
1 parent e7b81b8 commit 5627c12

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,7 @@ jobs:
9696
with:
9797
header: pr-preview
9898
message: |
99-
🚀 **Preview deployment for PR #${{ github.event.pull_request.number }}**
100-
101-
🌐 **Preview URL**: ${{ steps.deploy-preview.outputs.preview-url }}
102-
103-
_This preview will be updated automatically when you push new commits to this PR._
99+
🚀 Preview deployment: ${{ steps.deploy-preview.outputs.preview-url }}
104100
105101
- name: Cleanup PR Preview on Close
106102
if: github.event.action == 'closed'

0 commit comments

Comments
 (0)