Use PR's ref
This commit is contained in:
parent
f113bbf20d
commit
4d81551cdd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/size-limit.yml
vendored
1
.github/workflows/size-limit.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
- uses: andresz1/size-limit-action@v1.8.0
|
- uses: andresz1/size-limit-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue