mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Add back fetch-depth: 0
This commit is contained in:
parent
806f2d0fef
commit
805c9c82aa
1 changed files with 2 additions and 0 deletions
2
.github/workflows/size-limit.yml
vendored
2
.github/workflows/size-limit.yml
vendored
|
@ -14,6 +14,8 @@ jobs:
|
||||||
CI_JOB_NUMBER: 1
|
CI_JOB_NUMBER: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- 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…
Reference in a new issue