fix: configure git user email and name before commit in export workflow

This commit is contained in:
retoor 2024-11-23 19:36:40 +00:00
parent c84e34be26
commit d95f215975

View File

@ -17,5 +17,7 @@ jobs:
- run: make
- run: echo "This job's status is ${{ job.status }}."
- run: git add .
- run: git config --global user.email "bot@molodetz.com"
- run: git config --global user.name "bot"
- run: git commit -a -m "Update export statistics"
- run: git push