diff --git a/.gitea/workflows/export.yaml b/.gitea/workflows/export.yaml index 96322cf..48eef18 100644 --- a/.gitea/workflows/export.yaml +++ b/.gitea/workflows/export.yaml @@ -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