Skip to content

Commit c8ae0cf

Browse files
authored
Update preview deployment message in workflow
Simplified the preview deployment message format. Signed-off-by: Raunak Madan <[email protected]>
1 parent 13a8461 commit c8ae0cf

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/preview-deploy.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)