Kushwanth Chowday Kandala commited on
Commit
b55a05f
·
1 Parent(s): ba1493f

Update sync_to_huggingspace_hub.yml

Browse files
.github/workflows/sync_to_huggingspace_hub.yml CHANGED
@@ -23,7 +23,7 @@ jobs:
23
  - name: push the changes
24
  env:
25
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
26
- run: git push origin --force --all https://KushwanthK:[email protected]/spaces/KushwanthK/streamlit-example main
27
  - name: push all tags
28
  run: git push origin --force --tags
29
  - name: LFS Install
 
23
  - name: push the changes
24
  env:
25
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
26
+ run: git push origin --force https://KushwanthK:[email protected]/spaces/KushwanthK/streamlit-example main
27
  - name: push all tags
28
  run: git push origin --force --tags
29
  - name: LFS Install