Fixed Incorrect Intend

This commit is contained in:
2020-02-17 23:08:15 +01:00
parent d74bf2230e
commit 209ad3c789

View File

@@ -11,7 +11,7 @@ _git_setup ( ) {
machine api.github.com
login $GITHUB_ACTOR
password $GITHUB_TOKEN
EOF
EOF
chmod 600 $HOME/.netrc
git config --global user.email "actions@github.com"