1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 11:31:46 +00:00

chore: configure commit user, email, author, and force push options for the update contributors workflow.

This commit is contained in:
Tw93
2026-01-05 13:25:39 +08:00
parent 1f8b7628a0
commit c4e87846dd

View File

@@ -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'