Try remove checkout options

This commit is contained in:
Lim Chee Aun 2024-09-10 12:38:47 +08:00
parent 07e72be5bb
commit 806f2d0fef

View file

@ -14,9 +14,6 @@ jobs:
CI_JOB_NUMBER: 1 CI_JOB_NUMBER: 1
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- 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 }}