mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Merge pull request #1258 from YunoHost/bot-name-email
Homogenize bot's name/email b/w author/committer
This commit is contained in:
commit
3030b49f5b
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…
Add table
Reference in a new issue