From 481a78354bc4bf86baa10e98bec0b1953a996b40 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Mon, 10 Jun 2019 15:32:33 +0200 Subject: [PATCH] Nitpick --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index cb5aed8..85b3cf6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ set -eu git config --global user.email "actions@github.com" -git config --global user.name "Github Actions" +git config --global user.name "GitHub Actions" git add -A git status