mirror of
https://github.com/tw93/Mole.git
synced 2026-02-07 14:29:17 +00:00
chore: configure commit user, email, author, and force push options for the update contributors workflow.
This commit is contained in:
4
.github/workflows/update-contributors.yml
vendored
4
.github/workflows/update-contributors.yml
vendored
@@ -53,3 +53,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
commit_message: "chore: update contributors [skip ci]"
|
commit_message: "chore: update contributors [skip ci]"
|
||||||
file_pattern: CONTRIBUTORS.svg
|
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user