Spaces:
Runtime error
Runtime error
Fix sync
Browse files
.github/workflows/sync_with_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://lewtun:[email protected]/spaces/
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push https://lewtun:[email protected]/spaces/autoevaluate/autoevaluate main
|