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