Spaces:
Runtime error
Runtime error
Update sync_with_spaces.yml
Browse files
.github/workflows/sync_with_spaces.yml
CHANGED
|
@@ -16,4 +16,6 @@ jobs:
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
-
run:
|
|
|
|
|
|
|
|
|
| 16 |
- name: Push to hub
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
+
run: |
|
| 20 |
+
git pull https://lewtun:$HF_TOKEN@huggingface.co/spaces/autoevaluate/autoevaluate main --rebase
|
| 21 |
+
git push https://lewtun:$HF_TOKEN@huggingface.co/spaces/autoevaluate/autoevaluate main
|