Spaces:
Running
Running
Update HuggingFace repository names in workflow
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -28,7 +28,7 @@ jobs:
|
|
| 28 |
run: |
|
| 29 |
rm -rf /tmp/hf-space
|
| 30 |
|
| 31 |
-
git clone "https://oauth2:${HF_TOKEN}@huggingface.co/spaces/anuragwank23/
|
| 32 |
|
| 33 |
- name: Sync GitHub Repo to HF Space
|
| 34 |
run: |
|
|
@@ -57,4 +57,4 @@ jobs:
|
|
| 57 |
|
| 58 |
git commit -m "sync: update from github repo"
|
| 59 |
|
| 60 |
-
git push "https://oauth2:${HF_TOKEN}@huggingface.co/spaces/anuragwank23/
|
|
|
|
| 28 |
run: |
|
| 29 |
rm -rf /tmp/hf-space
|
| 30 |
|
| 31 |
+
git clone "https://oauth2:${HF_TOKEN}@huggingface.co/spaces/anuragwank23/HuggingClaw" /tmp/hf-space
|
| 32 |
|
| 33 |
- name: Sync GitHub Repo to HF Space
|
| 34 |
run: |
|
|
|
|
| 57 |
|
| 58 |
git commit -m "sync: update from github repo"
|
| 59 |
|
| 60 |
+
git push "https://oauth2:${HF_TOKEN}@huggingface.co/spaces/anuragwank23/HuggingClaw" main
|