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 4242
4343 - name : Create comment
4444 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@861c151028fe2c020af613654ca390338aa8fa6f
4646 with :
4747 issue-number : ${{ inputs.pr_number }}
4848 body : |
5353
5454 - name : Update comment
5555 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@861c151028fe2c020af613654ca390338aa8fa6f
5757 with :
5858 comment-id : ${{ steps.fc.outputs.comment-id }}
5959 edit-mode : replace
You can’t perform that action at this time.
0 commit comments