mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 11:21:52 +03:00
Try remove checkout options
This commit is contained in:
parent
07e72be5bb
commit
806f2d0fef
1 changed files with 0 additions and 3 deletions
3
.github/workflows/size-limit.yml
vendored
3
.github/workflows/size-limit.yml
vendored
|
@ -14,9 +14,6 @@ jobs:
|
|||
CI_JOB_NUMBER: 1
|
||||
steps:
|
||||
- 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…
Reference in a new issue