We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858075d commit ce2d4a7Copy full SHA for ce2d4a7
entrypoint.sh
@@ -10,7 +10,7 @@ fi
10
11
echo "::debug::Generating output using $INPUT_BIN_PATH..."
12
13
-IFS=$'\n' read -rd '' -a KEYS <<< "$INPUT_KEYS"
+IFS=$'\n' KEYS=($INPUT_KEYS)
14
15
$INPUT_BIN_PATH --keys="${KEYS[*]}" --outputs="$INPUT_OUTPUTS" \
16
--directory="$INPUT_DIRECTORY" --extension="$INPUT_EXTENSION" && exit_status=$? || exit_status=$?
0 commit comments