Skip to content

Commit 31cd899

Browse files
authored
ci: remove unnecessary default fetch-depth opt
Removed fetch-depth option from checkout step.
1 parent 0f68cad commit 31cd899

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy-canary.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
runs-on: ubuntu-24.04-arm
1717
steps:
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19-
with:
20-
fetch-depth: 0
2119
- run: npx vercel deploy --target=canary
2220
env:
2321
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)