From 2f8493071387713aefded94a5ba04223816580c9 Mon Sep 17 00:00:00 2001 From: Elisei Roca Date: Wed, 18 Dec 2024 18:33:04 +0100 Subject: [PATCH] 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: ] --- .gitea/workflows/patchinfo_numberator.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/patchinfo_numberator.yaml b/.gitea/workflows/patchinfo_numberator.yaml index 39d62a6..427afa1 100644 --- a/.gitea/workflows/patchinfo_numberator.yaml +++ b/.gitea/workflows/patchinfo_numberator.yaml @@ -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'