We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41cb0c3 + a77c459 commit 39fac80Copy full SHA for 39fac80
1 file changed
action.yaml
@@ -118,14 +118,14 @@ runs:
118
body-includes: '<!-- __ESBUILD_BUNDLE_${{ inputs.name }} -->'
119
120
- name: Create Comment
121
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
122
if: success() && github.event.number && steps.fc.outputs.comment-id == 0
123
with:
124
issue-number: ${{ github.event.number }}
125
body-path: ${{ inputs.analyze_directory }}/bundle_analysis_comment.txt
126
127
- name: Update Comment
128
129
if: success() && github.event.number && steps.fc.outputs.comment-id != 0
130
131
0 commit comments