zhiminy commited on
Commit
46bbdab
·
1 Parent(s): a7ba856
Files changed (1) hide show
  1. .github/workflows/hf_sync.yml +1 -1
.github/workflows/hf_sync.yml CHANGED
@@ -30,6 +30,6 @@ jobs:
30
  env:
31
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
32
  run: |
33
- git remote add huggingface https://user:${HF_TOKEN}@huggingface.co/spaces/SWE-Arena/SWE-Merge
34
  git fetch huggingface
35
  git push huggingface main --force
 
30
  env:
31
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
32
  run: |
33
+ git remote add huggingface https://user:${HF_TOKEN}@huggingface.co/spaces/SWE-Arena/SWE-PR
34
  git fetch huggingface
35
  git push huggingface main --force