Spaces:
Sleeping
Sleeping
Commit
·
8c8d83d
1
Parent(s):
788153f
Update action
Browse files
.github/workflows/sync_to_space.yml
CHANGED
@@ -40,4 +40,4 @@ jobs:
|
|
40 |
- name: Push to Hugging Face
|
41 |
env:
|
42 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
43 |
-
run: git push https://ayushnoori:$HF_TOKEN@huggingface.co/spaces/ayushnoori/program-synthesis
|
|
|
40 |
- name: Push to Hugging Face
|
41 |
env:
|
42 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
43 |
+
run: git push https://ayushnoori:$HF_TOKEN@huggingface.co/spaces/ayushnoori/program-synthesis main --force
|