fix: Fetch depth

This commit is contained in:
Sidharth Vinod 2022-11-16 10:31:07 +05:30
parent 1d828fe8be
commit 52ee234c0f
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/master:refs/remotes/origin/master
git fetch --no-tags --prune --depth=0 origin +refs/heads/master:refs/remotes/origin/master
- uses: pnpm/action-setup@v2