Spaces:
Running
Running
Merge pull request #3 from embeddings-benchmark/orionw-patch-1
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:$HF_TOKEN@huggingface.co/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: wellerorion@gmail.com
|
40 |
+
commit_author: Orion Weller <wellerorion@gmail.com>
|
41 |
- name: Push to hub
|
42 |
env:
|
43 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
44 |
+
run: git push https://mteb:$HF_TOKEN@huggingface.co/spaces/mteb/leaderboard main
|