From 13121d2643ef2318e1616a94fb72608d381a7512 Mon Sep 17 00:00:00 2001 From: "g.sartori" Date: Fri, 20 Dec 2024 10:02:44 +0100 Subject: [PATCH] GitHub actions cleanup --- .github/actions/post-release/entrypoint.sh | 4 ---- .github/actions/pre-release/entrypoint.sh | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/actions/post-release/entrypoint.sh b/.github/actions/post-release/entrypoint.sh index 13b9db0311e..2662e2d810e 100755 --- a/.github/actions/post-release/entrypoint.sh +++ b/.github/actions/post-release/entrypoint.sh @@ -5,10 +5,6 @@ if [ -z "$SNAPSHOT_SUFFIX" ]; then SNAPSHOT_SUFFIX="-SNAPSHOT" fi -if [ -n "$MICRONAUT_BUILD_EMAIL" ]; then - GIT_USER_EMAIL=$MICRONAUT_BUILD_EMAIL -fi - if [ -z "$GIT_USER_EMAIL" ]; then GIT_USER_EMAIL="${GITHUB_ACTOR}@users.noreply.github.com" fi diff --git a/.github/actions/pre-release/entrypoint.sh b/.github/actions/pre-release/entrypoint.sh index efd44bd2bd2..a11a218ecda 100755 --- a/.github/actions/pre-release/entrypoint.sh +++ b/.github/actions/pre-release/entrypoint.sh @@ -5,10 +5,6 @@ echo -n "Determining release version: " release_version=${GITHUB_REF:11} echo $release_version -if [ -n "$MICRONAUT_BUILD_EMAIL" ]; then - GIT_USER_EMAIL=$MICRONAUT_BUILD_EMAIL -fi - if [ -z "$GIT_USER_NAME" ]; then GIT_USER_NAME="grails-build" fi