cevheri commited on
Commit
10a40a9
·
1 Parent(s): cd71584

ci: fix branc name

Browse files
Files changed (1) hide show
  1. .github/workflows/sync_with_hf.yml +2 -2
.github/workflows/sync_with_hf.yml CHANGED
@@ -23,8 +23,8 @@ jobs:
23
  git config --global user.name "GitHub Actions"
24
  git remote add hf "https://api:$HF_TOKEN@huggingface.co/spaces/$HF_ORGANIZATION/$HF_SPACE"
25
  git fetch hf
26
- git checkout -B main hf/main
27
- git push hf main --force
28
 
29
 
30
 
 
23
  git config --global user.name "GitHub Actions"
24
  git remote add hf "https://api:$HF_TOKEN@huggingface.co/spaces/$HF_ORGANIZATION/$HF_SPACE"
25
  git fetch hf
26
+ git checkout demo-tmp-memory
27
+ git push hf demo-tmp-memory:main --force
28
 
29
 
30