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

Update sync_to_hugging_face_hub.yml

Browse files
.github/workflows/sync_to_hugging_face_hub.yml CHANGED
@@ -17,7 +17,7 @@ jobs:
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
 
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
21
 
22
  - name: Pull from remote
23
  run: git pull origin main