chore(deps): update create-or-update-comment action to v3 (#361)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
af932ee8dd
commit
6a331de7be
|
|
@ -49,14 +49,14 @@ jobs:
|
|||
body-includes: "<!-- __NEXTJS_BUNDLE_xlog -->"
|
||||
|
||||
- name: Create Comment
|
||||
uses: peter-evans/create-or-update-comment@v2
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
if: success() && steps.pr.outputs.id && steps.fc.outputs.comment-id == 0
|
||||
with:
|
||||
issue-number: ${{ steps.pr.outputs.id }}
|
||||
body: ${{ steps.get-comment-body.outputs.body }}
|
||||
|
||||
- name: Update Comment
|
||||
uses: peter-evans/create-or-update-comment@v2
|
||||
uses: peter-evans/create-or-update-comment@v3
|
||||
if: success() && steps.pr.outputs.id && steps.fc.outputs.comment-id != 0
|
||||
with:
|
||||
issue-number: ${{ steps.pr.outputs.id }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue