Skip to content

Commit 27216e5

Browse files
committed
minor #2331 Test diff size (3) (Kocal)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- Test diff size (3) I want to see if #2330 works. ... It's getting better! <img width="1212" alt="image" src="https://github.com/user-attachments/assets/ff78d0d8-1200-4d73-8d5e-85f279f0f6bc"> Commits ------- d667783 Test diff size (3)
2 parents b665268 + d667783 commit 27216e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dist-files-size-diff-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Read pr-number artifact to env var
2121
id: read-pr-number
2222
run: |
23-
echo "::set-output name=pr-number::$(cat ./pr-number)"
23+
echo "pr-number=$(cat ./pr-number)" >> $GITHUB_OUTPUT
2424
2525
- name: Comment on the pull request (if success)
2626
uses: marocchino/sticky-pull-request-comment@v2

.github/workflows/dist-files-size-diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
const diff = await main()
6060
console.log(diff);
6161
62-
fs.writeFileSync(process.env.GITHUB_WORKSPACE + '/dist-size-diff.md', diff)
62+
fs.writeFileSync(process.env.GITHUB_WORKSPACE + '/diff.md', diff)
6363
6464
- name: Save PR number
6565
run: |

0 commit comments

Comments
 (0)