chore: upgrade peter-evans/create-or-update-comment

This commit is contained in:
DIYgod 2023-04-19 22:47:01 +01:00
parent 37003b6e69
commit f8ea2f80bd
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -117,14 +117,14 @@ jobs:
body-includes: "<!-- __NEXTJS_BUNDLE -->"
- name: Create Comment
uses: peter-evans/create-or-update-comment@v2.1.1
uses: peter-evans/create-or-update-comment@v3
if: success() && github.event.number && steps.fc.outputs.comment-id == 0
with:
issue-number: ${{ github.event.number }}
body: ${{ steps.get-comment-body.outputs.body }}
- name: Update Comment
uses: peter-evans/create-or-update-comment@v2.1.1
uses: peter-evans/create-or-update-comment@v3
if: success() && github.event.number && steps.fc.outputs.comment-id != 0
with:
issue-number: ${{ github.event.number }}