Spaces:
Sleeping
Sleeping
windopper commited on
Commit ·
f379534
1
Parent(s): 318067d
fix: update workflow to push to main branch from master
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -16,4 +16,4 @@ jobs:
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
-
run: git push --force https://windopper:$HF_TOKEN@huggingface.co/spaces/windopper/caainp-backend main
|
|
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
+
run: git push --force https://windopper:$HF_TOKEN@huggingface.co/spaces/windopper/caainp-backend master:main
|