mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 07:11:15 +03:00
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
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
- uses: andresz1/size-limit-action@v1.8.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue