File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 20
20
SCRIPT_BEFORE : bash /home/thephpfoundation/scripts/pr_created_pre.sh web-php ${{ github.event.number }}
21
21
SCRIPT_AFTER : bash /home/thephpfoundation/scripts/pr_created.sh web-php ${{ github.event.number }}
22
22
23
+ - uses : peter-evans/find-comment@v2
24
+ id : fc
25
+ with :
26
+ issue-number : ${{ github.event.number }}
27
+ comment-author : ' github-actions[bot]'
28
+
23
29
- uses : peter-evans/create-or-update-comment@v3
24
30
with :
25
31
issue-number : ${{ github.event.number }}
32
+ comment-id : ${{ steps.fc.outputs.comment-id }}
26
33
edit-mode : ' replace'
27
34
body : |
28
- 🚀 Deployed on https://web-php-pr-${{ github.event.number }}.preview.thephp.foundation
35
+ 🚀 Commit ${{ github.sha }} Deployed on https://web-php-pr-${{ github.event.number }}.preview.thephp.foundation
You can’t perform that action at this time.
0 commit comments