We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61433d commit 6c89fbbCopy full SHA for 6c89fbb
.github/workflows/pr-diff-size.yml
@@ -32,7 +32,7 @@ jobs:
32
run: npm ci --include=dev
33
34
- name: Prepate report path
35
- run: echo "${{ runner.temp }}/comment-${{ github.event.pull_request.number }}.md" >> $GITHUB_ENV
+ run: echo "SIZE_REPORT_OUTPUT=$RUNNER_TEMP/comment-${{ github.event.pull_request.number }}.md" >> $GITHUB_ENV
36
37
- name: Run size comparison
38
run: npm run size-report
0 commit comments