From e0bcc45e50135432be595535d7372a0764f2a21b Mon Sep 17 00:00:00 2001 From: Michael Robinson Date: Mon, 20 Nov 2023 20:07:49 +1300 Subject: [PATCH] Remove debug output --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 992dc7c..230c7a6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,6 +12,7 @@ cd build remote_repo="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" && remote_branch="gh-pages" && git init && + git config --global init.defaultBranch main && git config user.name "${GITHUB_ACTOR}" && git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && git add . &&