From a9a7db41834ad4d710e8dbde009732b8d50be830 Mon Sep 17 00:00:00 2001 From: lizw Date: Mon, 29 Nov 2021 10:30:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4build=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 7bdedaa..1688044 100644 --- a/build.sh +++ b/build.sh @@ -136,8 +136,8 @@ deployPush() { if [ -n "$(git config user.name)" ]; then echo -e "$echoPrefix git config user.name 'bot' $echoSuffix" git config user.name 'bot' - echo -e "$echoPrefix git config user.name 'bot@git.com' $echoSuffix" - git config user.name 'bot@git.com' + echo -e "$echoPrefix git config user.email 'bot@git.com' $echoSuffix" + git config user.email 'bot@git.com' fi echo -e "$echoPrefix git add -A $echoSuffix" git add -A