From 7439246bb72ed0c8efa0c687038739e6f1416232 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 11 Nov 2024 01:38:44 +0100 Subject: [PATCH] actions: Add committer details for automatically created commits --- .forgejo/workflows/update.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index c90b7e3c..d5bddfca 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -67,3 +67,6 @@ jobs: - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5.0.1 with: commit_message: "Update dependencies" + commit_user_name: "CharBOTte" + commit_user_email: "commit-bot@chvp.be" + commit_author: "CharBOTte "