File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ permissions:
13
13
14
14
env :
15
15
PUPPETEER_SKIP_DOWNLOAD : ' true'
16
- COMMENT_MARKER : <!-- VUE_CORE_SIZE -->
17
16
18
17
jobs :
19
18
size-report :
@@ -54,14 +53,12 @@ jobs:
54
53
if_no_artifact_found : warn
55
54
56
55
- 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
60
57
61
58
- name : Create Comment
62
59
uses :
thollander/[email protected]
63
60
with :
64
61
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
65
62
filePath : size-report.md
66
- comment_tag : ${{ env.COMMENT_MARKER }}
67
63
pr_number : ${{ github.event.workflow_run.pull_requests[0].number }}
64
+ comment_tag : VUE_CORE_SIZE
You can’t perform that action at this time.
0 commit comments