vancauwe commited on
Commit
318a941
·
1 Parent(s): 875da26

fix: send to space main branch

Browse files
.github/workflows/push-to-hf-dev.yml CHANGED
@@ -13,8 +13,8 @@ jobs:
13
  with:
14
  fetch-depth: 0
15
  lfs: true
16
- - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
  HF_USERNAME: ${{secrets.HF_USERNAME}}
20
- run: git push --force https://$HF_USERNAME:[email protected]/spaces/Saving-Willy/saving-willy-dev dev
 
13
  with:
14
  fetch-depth: 0
15
  lfs: true
16
+ - name: Push to DEV hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
  HF_USERNAME: ${{secrets.HF_USERNAME}}
20
+ run: git push --force https://$HF_USERNAME:[email protected]/spaces/Saving-Willy/saving-willy-dev dev:main