mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
get_bot_user: use correct username in committer email (#664)
There is a small error in the Ansible Documentation Bot's committer email used by the pip-compile jobs. There needs to be a `[bot]` suffix in the username of a bot.
This commit is contained in:
@@ -11,4 +11,4 @@ user_id="$(curl -sS "${path}" | jq -r .id)"
|
|||||||
GIT="${GIT:-git}"
|
GIT="${GIT:-git}"
|
||||||
|
|
||||||
${GIT} config user.name "${name}"
|
${GIT} config user.name "${name}"
|
||||||
${GIT} config user.email "${user_id}+${bot}@users.noreply.github.com"
|
${GIT} config user.email "${user_id}+${bot}[bot]@users.noreply.github.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user