Skip to content

Commit 0946d0f

Browse files
authored
Merge pull request #948 from CodexRaunak/optimize-comment
Consolidate comment
2 parents 0b6e446 + 4be04af commit 0946d0f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,7 @@ jobs:
9393
with:
9494
header: pr-preview
9595
message: |
96-
🚀 **Preview deployment for PR #${{ github.event.pull_request.number }}**
97-
98-
🌐 **Preview URL**: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
99-
100-
_This preview will be updated automatically when you push new commits to this PR._
96+
🚀 Preview deployment: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ github.event.pull_request.number }}/
10197
- name: Cleanup PR preview on close
10298
if: github.event.action == 'closed'
10399
uses: rossjrw/pr-preview-action@v1.6.3

0 commit comments

Comments
 (0)