Add commit_user_name: gitea-actions-autobuild

In hopes that it will fix the following error:
[E] Unable to GetUserByID for commits
user does not exist [uid: -2, name: ]
This commit is contained in:
Elisei Roca 2024-12-18 18:33:04 +01:00
parent 27732e277e
commit 2f84930713

View File

@ -34,6 +34,7 @@ jobs:
- name: Commit changes back
uses: https://gitea-actions-autobuild:${{ secrets.ACTION_PASSWORD }}@src.suse.de/actions/stefanzweifel-git-auto-commit-action@v5
with:
commit_user_name: gitea-actions-autobuild
commit_author: ${{ steps.last-commit.outputs.author }}
commit_message: "Update incident numbers"
commit_options: '--no-edit'