We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b81b8 commit 5627c12Copy full SHA for 5627c12
.github/workflows/deploy-preview.yml
@@ -96,11 +96,7 @@ jobs:
96
with:
97
header: pr-preview
98
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._
+ 🚀 Preview deployment: ${{ steps.deploy-preview.outputs.preview-url }}
104
105
- name: Cleanup PR Preview on Close
106
if: github.event.action == 'closed'
0 commit comments