Skip to content

Commit c4e8784

Browse files
committed
chore: configure commit user, email, author, and force push options for the update contributors workflow.
1 parent 1f8b762 commit c4e8784

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-contributors.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ jobs:
5353
with:
5454
commit_message: "chore: update contributors [skip ci]"
5555
file_pattern: CONTRIBUTORS.svg
56+
commit_user_name: github-actions[bot]
57+
commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com
58+
commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
59+
push_options: '--force'

0 commit comments

Comments
 (0)