Skip to content

Commit 6c89fbb

Browse files
committed
Update workflow
1 parent f61433d commit 6c89fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm ci --include=dev
3333

3434
- name: Prepate report path
35-
run: echo "${{ runner.temp }}/comment-${{ github.event.pull_request.number }}.md" >> $GITHUB_ENV
35+
run: echo "SIZE_REPORT_OUTPUT=$RUNNER_TEMP/comment-${{ github.event.pull_request.number }}.md" >> $GITHUB_ENV
3636

3737
- name: Run size comparison
3838
run: npm run size-report

0 commit comments

Comments
 (0)