Skip to content

Commit e7011c5

Browse files
committed
Fix spaces
1 parent 16aced6 commit e7011c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/preview.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
issue-number: ${{ steps.find-pull-request.outputs.number }}
6363
body: |
6464
${{ env.comment_message }}
65+
6566
🚧 Deployment in progress for git commit SHA: ${{ steps.find-pull-request.outputs.sha }}
6667
- name: Update comment
6768
if: |
@@ -74,6 +75,7 @@ jobs:
7475
edit-mode: replace
7576
body: |
7677
${{ env.comment_message }}
78+
7779
🚧 Deployment in progress for git commit SHA: ${{ steps.find-pull-request.outputs.sha }}
7880
- name: Download Artifact site
7981
if: |
@@ -123,5 +125,6 @@ jobs:
123125
edit-mode: replace
124126
body: |
125127
${{ env.comment_message }}
128+
126129
🔍 Git commit SHA: ${{ steps.find-pull-request.outputs.sha }}
127130
✅ Deployment Preview URL: ${{ steps.netlify.outputs.deploy-url }}

0 commit comments

Comments
 (0)