Spaces:
Running
Running
Commit
·
ab50577
1
Parent(s):
203870e
Fix casing in Hugging Face repository URL in workflow
Browse files
.github/workflows/huggingface_space.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://
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push https://SushantGautam:[email protected]/spaces/SushantGautam/BridgeMentor main
|