David Pomerenke
commited on
Commit
·
ce9de0c
1
Parent(s):
9851df9
Fix pushing
Browse files
.github/workflows/nightly-evals.yml
CHANGED
@@ -38,7 +38,7 @@ jobs:
|
|
38 |
git config --local user.name "github-actions[bot]"
|
39 |
git add results.json models.json languages.json
|
40 |
git commit -m "Update evaluation results [skip ci]" || echo "No changes to commit"
|
41 |
-
git push https
|
42 |
|
43 |
- name: Upload to Hugging Face
|
44 |
env:
|
|
|
38 |
git config --local user.name "github-actions[bot]"
|
39 |
git add results.json models.json languages.json
|
40 |
git commit -m "Update evaluation results [skip ci]" || echo "No changes to commit"
|
41 |
+
git push https://${GH_PAT}@github.com/datenlabor-bmz/ai-language-monitor.git HEAD:main
|
42 |
|
43 |
- name: Upload to Hugging Face
|
44 |
env:
|