Spaces:
Runtime error
Runtime error
kkawamu1
commited on
Add --force flag to push command
Browse files
.github/workflows/sync_to_huggingface_spaces.yml
CHANGED
@@ -16,4 +16,4 @@ jobs:
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run: git push https://kkawamu1:[email protected]/spaces/kkawamu1/huggingface_code_generator main
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push --force https://kkawamu1:[email protected]/spaces/kkawamu1/huggingface_code_generator main
|