Spaces:
Runtime error
Runtime error
geekyrakshit
commited on
Commit
•
a83c1ad
1
Parent(s):
223b284
updated workflow
Browse files
.github/workflows/sync_with_space.yml
CHANGED
@@ -18,4 +18,4 @@ jobs:
|
|
18 |
- name: Push to hub
|
19 |
env:
|
20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
21 |
-
run: git push https://geekyrakshit:$HF_TOKEN@huggingface.co/spaces/geekyrakshit/enhance-me main
|
|
|
18 |
- name: Push to hub
|
19 |
env:
|
20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
21 |
+
run: git push --force https://geekyrakshit:$HF_TOKEN@huggingface.co/spaces/geekyrakshit/enhance-me main
|