aditya.bhendavadekar commited on
Commit
b3483eb
1 Parent(s): d5f71b6

updated git commands

Browse files
.github/workflows/sync_to_hugging_face_hub.yml CHANGED
@@ -17,4 +17,7 @@ jobs:
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- run: git push --force https://adi1193:$HF_TOKEN@huggingface.co/spaces/adi1193/postquest main
 
 
 
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: git remote set-url origin https://adi1193:$HF_TOKEN@huggingface.co/spaces/adi1193/postquest main
21
+
22
+ - name: Pull from remote
23
+ run: git pull origin main