Skip to content

Commit

Permalink
Merge pull request #13931 from gsartori/7.0.x
Browse files Browse the repository at this point in the history
GitHub actions cleanup
  • Loading branch information
jamesfredley authored Dec 20, 2024
2 parents ca1b17b + 13121d2 commit 042ad07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/actions/post-release/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions .github/actions/pre-release/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 042ad07

Please sign in to comment.