Homogenize bot's name/email b/w author/committer
This commit is contained in:
parent
24176c8f8d
commit
11301cd9e2
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ async def on_push(request):
|
|||
print("nothing to do")
|
||||
return text("nothing to do")
|
||||
|
||||
await git(["commit", "-a", "-m", "Auto-update README", "--author='Yunohost-Bot <>'"], in_folder=folder)
|
||||
await git(["commit", "-a", "-m", "Auto-update README", "--author='yunohost-bot <yunohost@yunohost.org>'"], in_folder=folder)
|
||||
await git(["push", "origin", branch, "--quiet"], in_folder=folder)
|
||||
|
||||
return text("ok")
|
||||
|
|
Loading…
Reference in a new issue