Spaces:
Running
Running
Update hf_sync.yml
Browse files
.github/workflows/hf_sync.yml
CHANGED
|
@@ -30,6 +30,6 @@ jobs:
|
|
| 30 |
env:
|
| 31 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 32 |
run: |
|
| 33 |
-
git remote add huggingface https://user:${HF_TOKEN}@huggingface.co/spaces/
|
| 34 |
git fetch huggingface
|
| 35 |
git push huggingface main --force
|
|
|
|
| 30 |
env:
|
| 31 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 32 |
run: |
|
| 33 |
+
git remote add huggingface https://user:${HF_TOKEN}@huggingface.co/spaces/SWE-Arena/Software-Engineering-Arena
|
| 34 |
git fetch huggingface
|
| 35 |
git push huggingface main --force
|