From 91cbd7f4ef328634c1d1cbd1cd3d11b836cb6e93 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Tue, 10 Dec 2019 17:31:29 +0500 Subject: [PATCH] delete unused config setting Author is overridden laster in "git commit" command --- entrypoint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3cd73ed..a48d8fa 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,9 +14,6 @@ git_setup ( ) { password $GITHUB_TOKEN EOF chmod 600 $HOME/.netrc - - git config --global user.email "actions@github.com" - git config --global user.name "GitHub Actions" } # This section only runs if there have been file changes