the `check_consistency` input is "false" by default, but it still check consistency ``` if [[ $INPUT_CHECK_CONSISTENCY ]]; then CZ_CMD+=('--check-consistency') fi ``` we should force it to be "true"