Skip to content

Commit

Permalink
Fix repo path in push_spaces action
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed Feb 18, 2024
1 parent b3e31f5 commit ae4fa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_spaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
for i in 1 2 3 4 5; do
git push -f https://jaywonchung:$HF_TOKEN@huggingface.co/spaces/symbioticlab/ml-energy-leaderboard master:main && break || sleep 5;
git push -f https://jaywonchung:$HF_TOKEN@huggingface.co/spaces/ml-energy/leaderboard master:main && break || sleep 5;
done

0 comments on commit ae4fa7e

Please sign in to comment.