@@ -21,24 +21,24 @@ jobs:
21
21
22
22
steps :
23
23
24
- - name : Find PR Preview Comment
25
- if : github.event_name == 'pull_request'
26
- uses : peter-evans/find-comment@v1
27
- id : deploy-preview-comment
28
- with :
29
- issue-number : ${{ github.event.pull_request.number }}
30
- comment-author : " github-actions[bot]"
31
- body-includes : " Preview this PR"
32
-
33
- - name : Update Comment if exists
34
- if : github.event_name == 'pull_request' && steps.deploy-preview-comment.outputs.comment-id != 0
35
- uses :
peter-evans/[email protected]
36
- with :
37
- comment-id : ${{ steps.deploy-preview-comment.outputs.comment-id }}
38
- edit-mode : replace
39
- body : |
40
- ## Preview Deployment
41
- Waiting for deployment to complete...
24
+ - name : Find PR Preview Comment
25
+ if : github.event_name == 'pull_request'
26
+ uses : peter-evans/find-comment@v1
27
+ id : deploy-preview-comment
28
+ with :
29
+ issue-number : ${{ github.event.pull_request.number }}
30
+ comment-author : " github-actions[bot]"
31
+ body-includes : " Preview this PR"
32
+
33
+ - name : Update Comment if exists
34
+ if : github.event_name == 'pull_request' && steps.deploy-preview-comment.outputs.comment-id != 0
35
+ uses :
peter-evans/[email protected]
36
+ with :
37
+ comment-id : ${{ steps.deploy-preview-comment.outputs.comment-id }}
38
+ edit-mode : replace
39
+ body : |
40
+ ## Preview Deployment
41
+ Waiting for deployment to complete...
42
42
43
43
- uses : actions/checkout@v4
44
44
0 commit comments