Merge pull request #1234 from YunoHost/fix-README-author
Fix author and committer name for README auto-update
This commit is contained in:
commit
24176c8f8d
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 = os.environ.copy()
|
||||||
my_env["GIT_TERMINAL_PROMPT"] = "0"
|
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_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"
|
my_env["GIT_COMMITTER_EMAIL"] = "yunohost@yunohost.org"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue