Spaces:
Running
Running
Orion Weller
commited on
Commit
•
5b46c84
1
Parent(s):
438dd62
Update update_leaderboard.yml
Browse files
.github/workflows/update_leaderboard.yml
CHANGED
@@ -34,7 +34,11 @@ jobs:
|
|
34 |
with:
|
35 |
commit_message: Automated Leaderboard Update
|
36 |
file_pattern: '*.json boards_data/* all_data_tasks/*'
|
|
|
|
|
|
|
|
|
37 |
- name: Push to hub
|
38 |
env:
|
39 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
40 |
-
run: git push https://mteb:[email protected]/spaces/mteb/leaderboard main
|
|
|
34 |
with:
|
35 |
commit_message: Automated Leaderboard Update
|
36 |
file_pattern: '*.json boards_data/* all_data_tasks/*'
|
37 |
+
# Needed so that it can override the PR settings
|
38 |
+
commit_user_name: Orion Weller
|
39 |
+
commit_user_email: [email protected]
|
40 |
+
commit_author: Orion Weller <[email protected]>
|
41 |
- name: Push to hub
|
42 |
env:
|
43 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
44 |
+
run: git push https://mteb:[email protected]/spaces/mteb/leaderboard main
|