From c4e87846dd7278bcebafa9be440c07c19e266e0e Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 5 Jan 2026 13:25:39 +0800 Subject: [PATCH] chore: configure commit user, email, author, and force push options for the update contributors workflow. --- .github/workflows/update-contributors.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index a8ae196..dc054bf 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -53,3 +53,7 @@ jobs: with: commit_message: "chore: update contributors [skip ci]" file_pattern: CONTRIBUTORS.svg + commit_user_name: github-actions[bot] + commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com + commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + push_options: '--force'