From e13cdef5e7efcb1b4eb058a781ba31fb4832eb0d Mon Sep 17 00:00:00 2001 From: JonZeolla Date: Tue, 20 Aug 2024 14:15:57 -0400 Subject: [PATCH] fix: warn without failing (#204) --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index c5c5c07f..0f686f12 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -150,7 +150,6 @@ function check_environment() { if [[ "${wrong_destination_branch}" == "true" ]]; then feedback WARNING "Base branch name is not main" - exit 1 fi # Ensure there is a repo dictionary