Skip to content

Commit ce2d4a7

Browse files
authored
Update entrypoint.sh
1 parent 858075d commit ce2d4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010

1111
echo "::debug::Generating output using $INPUT_BIN_PATH..."
1212

13-
IFS=$'\n' read -rd '' -a KEYS <<< "$INPUT_KEYS"
13+
IFS=$'\n' KEYS=($INPUT_KEYS)
1414

1515
$INPUT_BIN_PATH --keys="${KEYS[*]}" --outputs="$INPUT_OUTPUTS" \
1616
--directory="$INPUT_DIRECTORY" --extension="$INPUT_EXTENSION" && exit_status=$? || exit_status=$?

0 commit comments

Comments
 (0)