NguyenS commited on
Commit
5c80361
·
unverified ·
1 Parent(s): 99625a5

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -24,8 +24,8 @@ jobs:
24
  steps:
25
  # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
  - uses: actions/checkout@v3
27
- # with:
28
- # fetch-depth: 0
29
  - name: Add remote
30
  env:
31
  HF: ${{secrets.HF}}
 
24
  steps:
25
  # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
  - uses: actions/checkout@v3
27
+ with:
28
+ fetch-depth: 0
29
  - name: Add remote
30
  env:
31
  HF: ${{secrets.HF}}