Skip to content

Commit dc3af04

Browse files
committed
Fix string to compare and message.
1 parent ba1f333 commit dc3af04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

actions/package-size/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -52,7 +52,7 @@ runs:
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

0 commit comments

Comments
 (0)