This repository was archived by the owner on Jul 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 41
41
with :
42
42
name : size-data
43
43
path : temp/size
44
-
45
- - name : Save PR number
46
- if : ${{github.event_name == 'pull_request'}}
47
- run : echo ${{ github.event.number }} > ./pr.txt
48
-
49
- - uses : actions/upload-artifact@v4
50
- if : ${{github.event_name == 'pull_request'}}
51
- with :
52
- name : pr-number
53
- path : pr.txt
Original file line number Diff line number Diff line change 35
35
- name : Install dependencies
36
36
run : pnpm install
37
37
38
- - name : Download PR number
39
- uses : dawidd6/action-download-artifact@v3
40
- with :
41
- name : pr-number
42
- run_id : ${{ github.event.workflow_run.id }}
43
- path : /tmp/pr-number
44
-
45
- - name : Read PR Number
46
- id : pr-number
47
- uses : juliangruber/read-file-action@v1
48
- with :
49
- path : /tmp/pr-number/pr.txt
50
-
51
38
- name : Download Size Data
52
39
uses : dawidd6/action-download-artifact@v3
53
40
with :
78
65
uses : actions-cool/maintain-one-comment@v3
79
66
with :
80
67
token : ${{ secrets.GITHUB_TOKEN }}
81
- number : ${{ steps.pr-number.outputs.content }}
82
68
body : |
83
69
${{ steps.size-report.outputs.content }}
84
70
<!-- VUE_CORE_SIZE -->
You can’t perform that action at this time.
0 commit comments