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'