From e3682724e188ad87bff71bfce647232ddef8336c Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 23 May 2023 13:09:17 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 5013a6e..4cd967b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,7 +15,7 @@ _git_setup() { password $GITHUB_TOKEN EOF chmod 600 $HOME/.netrc - + git config --global --add safe.directory /github/workspace git config --global user.email "actions@github.com" git config --global user.name "GitHub Action" }