File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ runs:
3333 with :
3434 issue-number : ${{ inputs.pr_number }}
3535 comment-author : ' github-actions[bot]'
36- body-includes : ' ${{ inputs.package_name }} report'
36+ body-includes : ' ${{ inputs.package_name }} size report'
3737
3838 - name : Create comment
3939 if : steps.fc.outputs.comment-id == '' && github.event_name == 'pull_request' && matrix.version == '21'
4040 uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
4141 with :
4242 issue-number : ${{ inputs.pr_number }}
4343 body : |
44- ${{ inputs.package_name }} report
44+ ${{ inputs.package_name }} size report
4545 This is the brotli compressed size of the ESM build.
4646 Size: ${{ env.PACK_SIZE }} bytes
4747
5252 comment-id : ${{ steps.fc.outputs.comment-id }}
5353 edit-mode : replace
5454 body : |
55- ${{ inputs.package_name }} report
55+ ${{ inputs.package_name }} size report
5656 This is the brotli compressed size of the ESM build.
5757 Size: ${{ env.PACK_SIZE }} bytes
5858
You can’t perform that action at this time.
0 commit comments