Skip to content

Commit 487a364

Browse files
committed
Make SIZE_REPORT_OUTPUT available across workflow steps
1 parent a3dfd33 commit 487a364

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
if: github.repository == 'rameel/ramstack.alpinegear.js'
1616

1717
runs-on: ubuntu-latest
18+
env:
19+
SIZE_REPORT_OUTPUT: ${{ runner.temp }}/comment-${{ github.event.issue.number }}.md
1820

1921
steps:
2022
- name: Setup Node.js
@@ -34,7 +36,6 @@ jobs:
3436
env:
3537
NODE_ENV: production
3638
SKIP_GIT_TAG_RESOLUTION: true
37-
SIZE_REPORT_OUTPUT: ${{ runner.temp }}/comment-${{ github.event.issue.number }}.md
3839

3940
- name: Comment PR
4041
uses: actions/github-script@v7

0 commit comments

Comments
 (0)