Griffin Goodwin commited on
Commit
17dd2a0
·
unverified ·
1 Parent(s): 411d798

Change git push command to use force instead of force-with-lease

Browse files
Files changed (1) hide show
  1. .github/workflows/sync.yml +1 -1
.github/workflows/sync.yml CHANGED
@@ -16,4 +16,4 @@ jobs:
16
  env:
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
  run: |
19
- git push --force-with-lease https://griffingoodwin04:$HF_TOKEN@huggingface.co/griffingoodwin04/FOXES main
 
16
  env:
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
  run: |
19
+ git push --force https://griffingoodwin04:$HF_TOKEN@huggingface.co/griffingoodwin04/FOXES main:main