Spaces:
Runtime error
Runtime error
carolanderson
commited on
Commit
·
5fdeeff
1
Parent(s):
e389ad1
Fix typo in push-to-hf workflow
Browse files
.github/workflows/push-to-hf.yml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push https
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push https://avid-ml:$[email protected]/spaces/avid-ml/indie-label docker-hf:main
|