Skip to content

Commit 4e8045b

Browse files
authored
ci: re-fix size report (#11204)
1 parent 423b462 commit 4e8045b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/size-report.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ permissions:
1313

1414
env:
1515
PUPPETEER_SKIP_DOWNLOAD: 'true'
16-
COMMENT_MARKER: <!-- VUE_CORE_SIZE -->
1716

1817
jobs:
1918
size-report:
@@ -54,14 +53,12 @@ jobs:
5453
if_no_artifact_found: warn
5554

5655
- name: Prepare report
57-
run: |
58-
pnpm tsx scripts/size-report.ts > size-report.md
59-
echo '${{ env.COMMENT_MARKER }}' >> size-report.md
56+
run: pnpm tsx scripts/size-report.ts > size-report.md
6057

6158
- name: Create Comment
6259
uses: thollander/[email protected]
6360
with:
6461
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6562
filePath: size-report.md
66-
comment_tag: ${{ env.COMMENT_MARKER }}
6763
pr_number: ${{ github.event.workflow_run.pull_requests[0].number }}
64+
comment_tag: VUE_CORE_SIZE

0 commit comments

Comments
 (0)