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