Skip to content

Commit 4c75405

Browse files
Update pkg-size action to fix fork PR error handling
1 parent 52e7db1 commit 4c75405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6
1818
- uses: ./.github/actions/setup
19-
- uses: wyvox/pkg-size@copilot/add-strip-hash-config-option
19+
- uses: wyvox/pkg-size@copilot/fix-fork-pr-error-handling
2020
with:
2121
build-command: "pnpm build"
2222
display-size: uncompressed, brotli

0 commit comments

Comments
 (0)