zhiminy commited on
Commit
d58e595
·
unverified ·
1 Parent(s): 916faed

Update hf_sync.yml

Browse files
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/SE-Arena/Software-Engineering-Arena
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/Software-Engineering-Arena
34
  git fetch huggingface
35
  git push huggingface main --force