Spaces:
Running
Running
ObtuseAglet commited on
Commit ·
5b70c82
1
Parent(s): b8fe672
Fix: update Hugging Face Space URL to use lowercase in hf-sync.yml
Browse files
.github/workflows/hf-sync.yml
CHANGED
|
@@ -20,5 +20,5 @@ jobs:
|
|
| 20 |
env:
|
| 21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 22 |
run: |
|
| 23 |
-
git remote add hf https://user:${HF_TOKEN}@huggingface.co/spaces/CHK-DSK-Labs/
|
| 24 |
git push --force hf HEAD:main
|
|
|
|
| 20 |
env:
|
| 21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 22 |
run: |
|
| 23 |
+
git remote add hf https://user:${HF_TOKEN}@huggingface.co/spaces/CHK-DSK-Labs/gui-bom || git remote set-url hf https://user:${HF_TOKEN}@huggingface.co/spaces/CHK-DSK-Labs/gui-bom
|
| 24 |
git push --force hf HEAD:main
|