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 5a05a41 commit 6cc876dCopy full SHA for 6cc876d
.github/workflows/size.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
install-command: yarn install --ignore-engines
21
22
- - uses: andresz1/size-limit-action@v1
+ - uses: preactjs/compressed-size-action@v2
23
24
- skip_step: install
25
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ repo-token: '${{ secrets.GITHUB_TOKEN }}'
+ pattern: "**/dist/**/*.?(m)js"
0 commit comments