We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a87cb9 commit 36538eeCopy full SHA for 36538ee
1 file changed
.github/workflows/pr-preview.yml
@@ -20,9 +20,16 @@ jobs:
20
SCRIPT_BEFORE: bash /home/thephpfoundation/scripts/pr_created_pre.sh web-php ${{ github.event.number }}
21
SCRIPT_AFTER: bash /home/thephpfoundation/scripts/pr_created.sh web-php ${{ github.event.number }}
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
+
29
- uses: peter-evans/create-or-update-comment@v3
30
with:
31
issue-number: ${{ github.event.number }}
32
+ comment-id: ${{ steps.fc.outputs.comment-id }}
33
edit-mode: 'replace'
34
body: |
- 🚀 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
0 commit comments