From 162bc64d3e03b0ab46d935b2b6fc5ae14a7df277 Mon Sep 17 00:00:00 2001 From: Varun Date: Tue, 10 Nov 2020 17:01:03 +0530 Subject: [PATCH] Updated --- toolkit/shell.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkit/shell.sh b/toolkit/shell.sh index 5d7e884..7375d68 100644 --- a/toolkit/shell.sh +++ b/toolkit/shell.sh @@ -22,8 +22,8 @@ is_empty_var() { } gitconfig() { - GIT_EMAIL="" - GIT_USERNAME="" + GIT_EMAIL="githubactionbot@gmail.com" + GIT_USERNAME="Github Action Bot" LOCAL="no" if [ ! -z "$1" ]; then