Implement changes of v2.2.0

This commit is contained in:
Federico Grandi
2019-12-14 22:28:47 +01:00
parent b4fc1efdd2
commit c3549913c6
3 changed files with 17 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ git_setup() {
EOF
chmod 600 $HOME/.netrc
git config --global user.email "actions@github.com"
git config --global user.name "Add & Commit GitHub Action"
git config --global user.email "$INPUT_AUTHOR_EMAIL"
git config --global user.name "$INPUT_AUTHOR_NAME"
}
add() {