Skip to content

Commit

Permalink
ci: re-fix size report (#11204)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferferga authored Jun 23, 2024
1 parent 423b462 commit 4e8045b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ permissions:

env:
PUPPETEER_SKIP_DOWNLOAD: 'true'
COMMENT_MARKER: <!-- VUE_CORE_SIZE -->

jobs:
size-report:
Expand Down Expand Up @@ -54,14 +53,12 @@ jobs:
if_no_artifact_found: warn

- name: Prepare report
run: |
pnpm tsx scripts/size-report.ts > size-report.md
echo '${{ env.COMMENT_MARKER }}' >> size-report.md
run: pnpm tsx scripts/size-report.ts > size-report.md

- name: Create Comment
uses: thollander/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
filePath: size-report.md
comment_tag: ${{ env.COMMENT_MARKER }}
pr_number: ${{ github.event.workflow_run.pull_requests[0].number }}
comment_tag: VUE_CORE_SIZE

0 comments on commit 4e8045b

Please sign in to comment.