anurag008w commited on
Commit
bc754e8
·
unverified ·
1 Parent(s): ded7d74

Update HuggingFace repository names in workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.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/HuggingClawtest" /tmp/hf-space
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/HuggingClawtest" main
 
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