File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
63
63
- name : Comment on PR
64
64
id : comment_id
65
- if : github.event_name == " issue_comment"
65
+ if : github.event_name == ' issue_comment'
66
66
uses : peter-evans/create-or-update-comment@v3
67
67
with :
68
68
issue-number : ${{ steps.pr_info.outputs.PR_NUMBER }}
@@ -233,7 +233,7 @@ jobs:
233
233
234
234
- name : Find Comment
235
235
uses : peter-evans/find-comment@v2
236
- if : github.event_name == " issue_comment"
236
+ if : github.event_name == ' issue_comment'
237
237
id : fc
238
238
with :
239
239
issue-number : ${{ env.PR_NUMBER }}
@@ -243,7 +243,7 @@ jobs:
243
243
244
244
- name : Comment on PR
245
245
uses : peter-evans/create-or-update-comment@v3
246
- if : github.event_name == " issue_comment"
246
+ if : github.event_name == ' issue_comment'
247
247
with :
248
248
issue-number : ${{ env.PR_NUMBER }}
249
249
edit-mode : replace
You can’t perform that action at this time.
0 commit comments