We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58186a3 commit 3d13036Copy full SHA for 3d13036
.github/workflows/nextjs_bundle_analysis.yaml
@@ -101,14 +101,14 @@ jobs:
101
body-includes: '<!-- __NEXTJS_BUNDLE -->'
102
103
- name: Create Comment
104
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
105
if: success() && github.event.number && steps.fc.outputs.comment-id == 0
106
with:
107
issue-number: ${{ github.event.number }}
108
body: ${{ steps.get-comment-body.outputs.body }}
109
110
- name: Update Comment
111
112
if: success() && github.event.number && steps.fc.outputs.comment-id != 0
113
114
0 commit comments