Add back fetch-depth: 0

This commit is contained in:
Lim Chee Aun 2024-09-10 12:40:41 +08:00
parent 806f2d0fef
commit 805c9c82aa

View file

@ -14,6 +14,8 @@ jobs:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: andresz1/size-limit-action@v1.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}