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 4444
4545 - name : Create comment
4646 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@f2fea6b1351032d92152625b7111b8ccfb610107
4848 with :
4949 issue-number : ${{ inputs.pr_number }}
5050 body : |
5656
5757 - name : Update comment
5858 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@f2fea6b1351032d92152625b7111b8ccfb610107
6060 with :
6161 comment-id : ${{ steps.fc.outputs.comment-id }}
6262 edit-mode : replace
You can’t perform that action at this time.
0 commit comments