Skip to content

Commit

Permalink
fix: send to space main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vancauwe committed Dec 21, 2024
1 parent 875da26 commit 318a941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-to-hf-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
with:
fetch-depth: 0
lfs: true
- name: Push to hub
- name: Push to DEV hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_USERNAME: ${{secrets.HF_USERNAME}}
run: git push --force https://$HF_USERNAME:[email protected]/spaces/Saving-Willy/saving-willy-dev dev
run: git push --force https://$HF_USERNAME:[email protected]/spaces/Saving-Willy/saving-willy-dev dev:main

0 comments on commit 318a941

Please sign in to comment.