From b21b1abc6debb16ec1d153e42fb6a8d0283f789e Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Tue, 4 Feb 2020 19:37:58 +0100 Subject: [PATCH] Update Comment --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2f2195a..eb1b743 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -31,7 +31,7 @@ _git_is_dirty() { [[ -n "$(git status -s)" ]] } -# Set up .netrc file with GitHub credentials +# Set up git user configuration _setup_git ( ) { git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions"