We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee36ca9 + b01f7d6 commit 899b309Copy full SHA for 899b309
entrypoint.sh
@@ -73,7 +73,7 @@ fi
73
if [[ $INPUT_INCREMENT ]]; then
74
CZ_CMD+=('--increment' "$INPUT_INCREMENT")
75
fi
76
-if [[ $INPUT_CHECK_CONSISTENCY ]]; then
+if [[ $INPUT_CHECK_CONSISTENCY == 'true' ]]; then
77
CZ_CMD+=('--check-consistency')
78
79
if [[ $INPUT_GIT_REDIRECT_STDERR == 'true' ]]; then
0 commit comments