This commit is contained in:
Varun 2020-11-10 17:01:03 +05:30
parent f83e8c90a4
commit 162bc64d3e
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -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