Fix Action: --force push
Browse files
.github/workflows/main.yml
CHANGED
@@ -26,4 +26,4 @@ jobs:
|
|
26 |
- name: Push to hub
|
27 |
env:
|
28 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
29 |
-
run: git push https://jiminHuang:[email protected]/spaces/TheFinAI/Open-Financial-LLM-Leaderboard main
|
|
|
26 |
- name: Push to hub
|
27 |
env:
|
28 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
29 |
+
run: git push https://jiminHuang:[email protected]/spaces/TheFinAI/Open-Financial-LLM-Leaderboard main --force
|