diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 7a6bb0b..c5afb83 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -41,7 +41,9 @@ jobs: # Needs credentials, push access and the right files need to be staged - name: Commit Changes run: | - git status + git config --global user.name "Gitea Actions" + git config --global user.email "actions@gitea.com" + git status git add lib/ git status git commit -m "Actions: Auto-formatting [skip ci]"