1
0
Fork 0

Homogenize bot's name/email b/w author/committer

This commit is contained in:
tituspijean 2021-10-26 23:00:46 +02:00 committed by GitHub
parent 24176c8f8d
commit 11301cd9e2

View file

@ -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")