From c030ff0088c95c23b37643656004328173b31765 Mon Sep 17 00:00:00 2001 From: Terry Geng Date: Sun, 12 Jul 2020 21:15:37 +0800 Subject: [PATCH] fix(CI): Wrong branch to push. --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fddf170..bfae70d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -145,7 +145,8 @@ steps: - | if git commit -a -m 'Bot: Update translation'; then git remote set-url origin https://azlux:$GITHUB_API@github.com/azlux/botamusique/ - git push --set-upstream origin new-translations && git push + git push origin bot-traduora + sleep 2 GITHUB_USER="azlux" GITHUB_TOKEN="$GITHUB_API" hub pull-request -m "Bot: TRADUORA Update" fi