Spaces:
Runtime error
Runtime error
MJ
commited on
Commit
·
da6069e
1
Parent(s):
0e46a6f
Updated workflow file to push to main on space
Browse files
.github/workflows/sync_to_huggingface.yaml
CHANGED
@@ -16,4 +16,4 @@ jobs:
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run: git push https://MJ3128:[email protected]/spaces/MJ3128/CS-GY-6613-Project
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push https://MJ3128:[email protected]/spaces/MJ3128/CS-GY-6613-Project milestone-2:main
|