Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
•
ae4fa7e
1
Parent(s):
b3e31f5
Fix repo path in push_spaces action
Browse files
.github/workflows/push_spaces.yaml
CHANGED
@@ -35,5 +35,5 @@ jobs:
|
|
35 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
36 |
run: |
|
37 |
for i in 1 2 3 4 5; do
|
38 |
-
git push -f https://jaywonchung:[email protected]/spaces/
|
39 |
done
|
|
|
35 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
36 |
run: |
|
37 |
for i in 1 2 3 4 5; do
|
38 |
+
git push -f https://jaywonchung:[email protected]/spaces/ml-energy/leaderboard master:main && break || sleep 5;
|
39 |
done
|