delete unused config setting

Author is overridden laster in "git commit" command
This commit is contained in:
Ivan Yelizariev 2019-12-10 17:31:29 +05:00
parent d338d7dd00
commit 91cbd7f4ef
No known key found for this signature in database
GPG Key ID: B87954F73B65AC8A
1 changed files with 0 additions and 3 deletions

View File

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