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