Correct Hugging Face username spelling to Saffn
Browse files
.github/workflows/sync_to_huggingface.yml
CHANGED
|
@@ -29,7 +29,8 @@ jobs:
|
|
| 29 |
fi
|
| 30 |
|
| 31 |
# Force push to HF space using the universal x-token-auth username
|
| 32 |
-
git remote add hf https://huggingface.co/spaces/
|
| 33 |
-
git push --force https://x-token-auth:$HF_TOKEN@huggingface.co/spaces/
|
|
|
|
| 34 |
|
| 35 |
|
|
|
|
| 29 |
fi
|
| 30 |
|
| 31 |
# Force push to HF space using the universal x-token-auth username
|
| 32 |
+
git remote add hf https://huggingface.co/spaces/Saffn/llm || true
|
| 33 |
+
git push --force https://x-token-auth:$HF_TOKEN@huggingface.co/spaces/Saffn/llm main
|
| 34 |
+
|
| 35 |
|
| 36 |
|