diff --git a/.drone.yml b/.drone.yml index 69bc14d..3a64d88 100644 --- a/.drone.yml +++ b/.drone.yml @@ -145,7 +145,7 @@ steps: - git add lang/* - git status - | - if git commit -m 'Bot: Update translation' --author "Traduora Bot "; then + if (GIT_COMMITTER_NAME='Traduora Bot' GIT_COMMITTER_EMAIL='noreply@azlux.fr' git commit -m 'Bot: Update translation' --author "Traduora Bot "); then git remote set-url origin https://azlux:$GITHUB_API@github.com/azlux/botamusique/ git push origin bot-traduora sleep 2