ci: fix branc name
Browse files
.github/workflows/sync_with_hf.yml
CHANGED
|
@@ -23,8 +23,8 @@ jobs:
|
|
| 23 |
git config --global user.name "GitHub Actions"
|
| 24 |
git remote add hf "https://api:$HF_TOKEN@huggingface.co/spaces/$HF_ORGANIZATION/$HF_SPACE"
|
| 25 |
git fetch hf
|
| 26 |
-
git checkout -
|
| 27 |
-
git push hf main --force
|
| 28 |
|
| 29 |
|
| 30 |
|
|
|
|
| 23 |
git config --global user.name "GitHub Actions"
|
| 24 |
git remote add hf "https://api:$HF_TOKEN@huggingface.co/spaces/$HF_ORGANIZATION/$HF_SPACE"
|
| 25 |
git fetch hf
|
| 26 |
+
git checkout demo-tmp-memory
|
| 27 |
+
git push hf demo-tmp-memory:main --force
|
| 28 |
|
| 29 |
|
| 30 |
|