Update Comment

This commit is contained in:
Stefan Zweifel 2020-02-04 19:37:58 +01:00
parent 35440b9386
commit b21b1abc6d

View File

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