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 3bbeb7f commit 8960fdaCopy full SHA for 8960fda
.github/workflows/pr-deploy.yaml
@@ -62,6 +62,7 @@ jobs:
62
63
- name: Comment on PR
64
id: comment_id
65
+ if: github.event_name == "issue_comment"
66
uses: peter-evans/create-or-update-comment@v3
67
with:
68
issue-number: ${{ steps.pr_info.outputs.PR_NUMBER }}
@@ -232,6 +233,7 @@ jobs:
232
233
234
- name: Find Comment
235
uses: peter-evans/find-comment@v2
236
237
id: fc
238
239
issue-number: ${{ env.PR_NUMBER }}
@@ -241,6 +243,7 @@ jobs:
241
243
242
244
245
246
247
248
249
edit-mode: replace
0 commit comments