diff --git a/entrypoint.sh b/entrypoint.sh index a0fdb97..71ccd9e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -78,8 +78,8 @@ if [[ ${INPUT_EMPTYCOMMITS} == "true" ]]; then git commit --allow-empty -m "${COMMIT_MESSAGE}" else git commit -m "${COMMIT_MESSAGE}" || \ - print_info "No changes detected, skipping deployment" && \ - exit 0 + print_info "No changes detected, skipping deployment" && \ + exit 0 fi git push origin "${remote_branch}"