We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a149ed3 commit c42d10bCopy full SHA for c42d10b
entrypoint.sh
@@ -53,7 +53,7 @@ echo "previous_version_minor=${PREV_REV_MINOR}" >>"$GITHUB_OUTPUT"
53
CZ_CMD=('cz')
54
55
if [[ $INPUT_CONFIG ]]; then
56
- CZ_CMD+=('--config' "$CONFIG")
+ CZ_CMD+=('--config' "$INPUT_CONFIG")
57
fi
58
59
if [[ $INPUT_DEBUG == 'true' ]]; then
0 commit comments