mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Try fetch-depth instead
This commit is contained in:
parent
78cd8da4d6
commit
f113bbf20d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/size-limit.yml
vendored
2
.github/workflows/size-limit.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: production
|
||||
fetch-depth: 0
|
||||
- uses: andresz1/size-limit-action@v1.8.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue