GitHubのpush user
にgithub-actions[bot]
を設定することができたので備忘録を書きます。
TL;DR
以下の専用ユーザーネームとメアドを使えばgithub-actions[bot]
としてpushすることに成功する
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
ここら辺を見ればわかるが、専用のメアドを使えばgithub-actions
だけでなくdependabot
としてcommit履歴を残すこともできる。
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>