change commit author/commiter

This commit is contained in:
Azlux 2020-07-12 17:21:04 +02:00
parent c598487d31
commit a28d0c83bf

View File

@ -145,7 +145,7 @@ steps:
- git add lang/*
- git status
- |
if git commit -m 'Bot: Update translation' --author "Traduora Bot <noreply@azlux.fr>"; then
if (GIT_COMMITTER_NAME='Traduora Bot' GIT_COMMITTER_EMAIL='noreply@azlux.fr' git commit -m 'Bot: Update translation' --author "Traduora Bot <noreply@azlux.fr>"); then
git remote set-url origin https://azlux:$GITHUB_API@github.com/azlux/botamusique/
git push origin bot-traduora
sleep 2