Skip to content

Commit c42d10b

Browse files
authored
Update entrypoint.sh
1 parent a149ed3 commit c42d10b

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' "$INPUT_CONFIG")
5757
fi
5858

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

0 commit comments

Comments
 (0)