davidpomerenke commited on
Commit
2cf2580
·
verified ·
1 Parent(s): c2eeeac

Upload from GitHub Actions: Merge pull request #12 from datenlabor-bmz/jn-dev

Browse files
.github/workflows/nightly-evals.yml CHANGED
@@ -62,7 +62,7 @@ jobs:
62
  git config --local user.name "github-actions[bot]"
63
  git config --local --unset-all http.https://github.com/.extraheader
64
  git remote set-url origin https://${GH_PAT}@github.com/datenlabor-bmz/ai-language-monitor.git
65
- git add results.json models.json languages.json
66
  git commit -m "Update evaluation results" || echo "No changes to commit"
67
  git push origin HEAD:main
68
 
 
62
  git config --local user.name "github-actions[bot]"
63
  git config --local --unset-all http.https://github.com/.extraheader
64
  git remote set-url origin https://${GH_PAT}@github.com/datenlabor-bmz/ai-language-monitor.git
65
+ git add results.json models.json languages.json checkpoint.json
66
  git commit -m "Update evaluation results" || echo "No changes to commit"
67
  git push origin HEAD:main
68