From e1168b07f1cf62ceb7f6042dbaf8b104a5c53260 Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Thu, 18 Jan 2024 10:32:53 +0000 Subject: [PATCH] fix git committer name --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 26acb3c..3571e97 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -63,7 +63,7 @@ fi remote_repo="https://${GITHUB_ACTOR}:${INPUT_TOKEN}@${GITHUB_SERVER_URL#https://}/${INPUT_REPOSITORY}.git" # configure git -git config --global user.name "actions/bosh-packager@v2" +git config --global user.name "actions/create-bosh-release@v1" git config --global user.email "<>" git config --global --add safe.directory /github/workspace echo "*** Git global config ***"