From b01f7d654c6a782a5e5f0956aa009e1bc9393211 Mon Sep 17 00:00:00 2001 From: Timothy J Laurent Date: Wed, 6 Nov 2024 16:50:50 -0800 Subject: [PATCH] Update entrypoint.sh make check_consistency need to be "true" --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index c9bb842..49fe9cd 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -73,7 +73,7 @@ fi if [[ $INPUT_INCREMENT ]]; then CZ_CMD+=('--increment' "$INPUT_INCREMENT") fi -if [[ $INPUT_CHECK_CONSISTENCY ]]; then +if [[ $INPUT_CHECK_CONSISTENCY == 'true' ]]; then CZ_CMD+=('--check-consistency') fi if [[ $INPUT_GIT_REDIRECT_STDERR == 'true' ]]; then