Skip to content

Commit

Permalink
fix: warn without failing (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonZeolla authored Aug 20, 2024
1 parent dcb3d33 commit e13cdef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e13cdef

Please sign in to comment.