NguyenS commited on
Commit
1eac831
·
unverified ·
1 Parent(s): 73cfc0c

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -10,9 +10,9 @@ jobs:
10
  sync-to-hub:
11
  runs-on: ubuntu-latest
12
  steps:
13
- - uses: actions/checkout@v2
14
  with:
15
- fetch-depth: 0
16
  - name: Add remote
17
  env:
18
  HF: ${{ secrets.HF }}
 
10
  sync-to-hub:
11
  runs-on: ubuntu-latest
12
  steps:
13
+ - uses: actions/checkout@v3
14
  with:
15
+ fetch-depth: -1
16
  - name: Add remote
17
  env:
18
  HF: ${{ secrets.HF }}