Fix author and committer name for README auto-update
This commit is contained in:
parent
f2e5574c45
commit
d13cda4951
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ token = open("token").read().strip()
|
|||
|
||||
my_env = os.environ.copy()
|
||||
my_env["GIT_TERMINAL_PROMPT"] = "0"
|
||||
my_env["GIT_AUTHOR_NAME"] = "Yunohost-Bot"
|
||||
my_env["GIT_AUTHOR_NAME"] = "yunohost-bot"
|
||||
my_env["GIT_AUTHOR_EMAIL"] = "yunohost@yunohost.org"
|
||||
my_env["GIT_COMMITTER_NAME"] = "Yunohost-Bot"
|
||||
my_env["GIT_COMMITTER_NAME"] = "yunohost-bot"
|
||||
my_env["GIT_COMMITTER_EMAIL"] = "yunohost@yunohost.org"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue