Skip to content

Commit 3d942f7

Browse files
Apply suggestions from code review
Co-authored-by: Peter Newman <[email protected]>
1 parent 7e7899b commit 3d942f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ echo "Ignore URI words list '${INPUT_URI_IGNORE_WORDS_LIST}'"
4444
if [ "x${INPUT_URI_IGNORE_WORDS_LIST}" != "x" ]; then
4545
command_args="${command_args} --uri-ignore-words-list ${INPUT_URI_IGNORE_WORDS_LIST}"
4646
fi
47-
echo "Regular expression that is used to find words: '${INPUT_SKIP}'"
47+
echo "Regular expression that is used to find words: '${INPUT_REGEX}'"
4848
if [ "x${INPUT_REGEX}" != "x" ]; then
4949
command_args="${command_args} --regex ${INPUT_REGEX}"
5050
fi
51-
echo "Files or directories to check: '${INPUT_SKIP}'"
51+
echo "Files or directories to check: '${INPUT_FILES}'"
5252
if [ "x${INPUT_FILES}" != "x" ]; then
5353
command_args="${command_args} --regex ${INPUT_FILES}"
5454
fi

0 commit comments

Comments
 (0)