themalinery commited on
Commit
7a2da8f
·
unverified ·
1 Parent(s): a33be14

Change git push branch from 'main' to 'master:main'

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -16,4 +16,4 @@ jobs:
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
- run: git push https://themalinery:${HF_TOKEN}@huggingface.co/spaces/themalinery/object_detection main
 
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: git push https://themalinery:${HF_TOKEN}@huggingface.co/spaces/themalinery/object_detection master:main