Saffn commited on
Commit
b69f923
·
1 Parent(s): 2c75c8a

Correct Hugging Face username spelling to Saffn

Browse files
.github/workflows/sync_to_huggingface.yml CHANGED
@@ -29,7 +29,8 @@ jobs:
29
  fi
30
 
31
  # Force push to HF space using the universal x-token-auth username
32
- git remote add hf https://huggingface.co/spaces/Saffan/llm || true
33
- git push --force https://x-token-auth:$HF_TOKEN@huggingface.co/spaces/Saffan/llm main
 
34
 
35
 
 
29
  fi
30
 
31
  # Force push to HF space using the universal x-token-auth username
32
+ git remote add hf https://huggingface.co/spaces/Saffn/llm || true
33
+ git push --force https://x-token-auth:$HF_TOKEN@huggingface.co/spaces/Saffn/llm main
34
+
35
 
36