Skip to content

Commit afea45f

Browse files
committed
Updated test.yml
1 parent 4dcc943 commit afea45f

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
@@ -8,7 +8,7 @@ if [[ -z "$INPUT_BIN_PATH" ]]; then
88
exit 1;
99
fi
1010

11-
echo "::debug::Generating output using ${BIN_PATH}..."
11+
echo "::debug::Generating output using $INPUT_BIN_PATH..."
1212

1313
$INPUT_BIN_PATH --keys="$INPUT_KEYS" --outputs=="$INPUT_OUTPUTS" \
1414
--directory="$INPUT_DIRECTORY" --extension="$INPUT_EXTENSION" && exit_status=$? || exit_status=$?

0 commit comments

Comments
 (0)