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 2020 SCRIPT_BEFORE : bash /home/thephpfoundation/scripts/pr_created_pre.sh web-php ${{ github.event.number }}
2121 SCRIPT_AFTER : bash /home/thephpfoundation/scripts/pr_created.sh web-php ${{ github.event.number }}
2222
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+
2329 - uses : peter-evans/create-or-update-comment@v3
2430 with :
2531 issue-number : ${{ github.event.number }}
32+ comment-id : ${{ steps.fc.outputs.comment-id }}
2633 edit-mode : ' replace'
2734 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