mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Try this ref
This commit is contained in:
parent
147372bd10
commit
78cd8da4d6
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
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: production
|
||||
- uses: andresz1/size-limit-action@v1.8.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue