Spaces:
Sleeping
Sleeping
Update GitHub Actions workflow to push to the correct Hugging Face repository
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -3,6 +3,7 @@ on:
|
|
| 3 |
push:
|
| 4 |
branches:
|
| 5 |
- master
|
|
|
|
| 6 |
# to run this workflow manually from the Actions tab
|
| 7 |
workflow_dispatch:
|
| 8 |
|
|
@@ -17,4 +18,4 @@ jobs:
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
-
run: git push https://riezqidr:$HF_TOKEN@huggingface.co/spaces/riezqidr/
|
|
|
|
| 3 |
push:
|
| 4 |
branches:
|
| 5 |
- master
|
| 6 |
+
- main
|
| 7 |
# to run this workflow manually from the Actions tab
|
| 8 |
workflow_dispatch:
|
| 9 |
|
|
|
|
| 18 |
- name: Push to hub
|
| 19 |
env:
|
| 20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 21 |
+
run: git push https://riezqidr:$HF_TOKEN@huggingface.co/spaces/riezqidr/Vehicle-Counting master:main --force
|