Skip to content

Commit d5a21aa

Browse files
authored
fix
1 parent 8960fda commit d5a21aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Comment on PR
6464
id: comment_id
65-
if: github.event_name == "issue_comment"
65+
if: github.event_name == 'issue_comment'
6666
uses: peter-evans/create-or-update-comment@v3
6767
with:
6868
issue-number: ${{ steps.pr_info.outputs.PR_NUMBER }}
@@ -233,7 +233,7 @@ jobs:
233233

234234
- name: Find Comment
235235
uses: peter-evans/find-comment@v2
236-
if: github.event_name == "issue_comment"
236+
if: github.event_name == 'issue_comment'
237237
id: fc
238238
with:
239239
issue-number: ${{ env.PR_NUMBER }}
@@ -243,7 +243,7 @@ jobs:
243243

244244
- name: Comment on PR
245245
uses: peter-evans/create-or-update-comment@v3
246-
if: github.event_name == "issue_comment"
246+
if: github.event_name == 'issue_comment'
247247
with:
248248
issue-number: ${{ env.PR_NUMBER }}
249249
edit-mode: replace

0 commit comments

Comments
 (0)