Skip to content

Commit a149ed3

Browse files
authored
Fix config flag syntax in entrypoint.sh
1 parent 511e8a0 commit a149ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ echo "previous_version_minor=${PREV_REV_MINOR}" >>"$GITHUB_OUTPUT"
5353
CZ_CMD=('cz')
5454

5555
if [[ $INPUT_CONFIG ]]; then
56-
CZ_CMD+=("--config ${CONFIG}")
56+
CZ_CMD+=('--config' "$CONFIG")
5757
fi
5858

5959
if [[ $INPUT_DEBUG == 'true' ]]; then

0 commit comments

Comments
 (0)