From 8d594be8dadd05c1885de307fc56c2437c5eac9c Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Sun, 22 Jun 2025 17:57:50 +1200 Subject: [PATCH] Update the commiter for the automation --- .forgejo/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 22ced80..457a693 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -36,4 +36,7 @@ jobs: uses: https://github.com/stefanzweifel/git-auto-commit-action@v6 with: commit_message: "Update Filter List" - file_pattern: "filter.txt" \ No newline at end of file + file_pattern: "filter.txt" + commit_user_name: Forgejo Actions Bot + commit_user_email: forgejo-actions@smith.geek.nz + commit_author: Forgejo Actions Bot \ No newline at end of file