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@213b1f93445c8ca0b8592684ef9ac98bd9558f2b
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@213b1f93445c8ca0b8592684ef9ac98bd9558f2b
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