File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
43
43
- name : Create comment
44
44
if : steps.fc.outputs.comment-id == '' && github.event.pull_request.head.repo.full_name == github.repository
45
- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
45
+ uses : peter-evans/create-or-update-comment@dec9d02d7ba794da3485751abf67551b0724c66b
46
46
with :
47
47
issue-number : ${{ inputs.pr_number }}
48
48
body : |
53
53
54
54
- name : Update comment
55
55
if : steps.fc.outputs.comment-id != '' && github.event.pull_request.head.repo.full_name == github.repository
56
- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
56
+ uses : peter-evans/create-or-update-comment@dec9d02d7ba794da3485751abf67551b0724c66b
57
57
with :
58
58
comment-id : ${{ steps.fc.outputs.comment-id }}
59
59
edit-mode : replace
You can’t perform that action at this time.
0 commit comments