Skip to content

Commit f61433d

Browse files
committed
Update workflow
1 parent 73b5170 commit f61433d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-diff-size.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Install Dependencies
3232
run: npm ci --include=dev
3333

34+
- name: Prepate report path
35+
run: echo "${{ runner.temp }}/comment-${{ github.event.pull_request.number }}.md" >> $GITHUB_ENV
36+
3437
- name: Run size comparison
3538
run: npm run size-report
3639
env:

0 commit comments

Comments
 (0)