diff --git a/entrypoint.sh b/entrypoint.sh index 25ff61a..fedf20f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,4 +11,4 @@ echo "Processing event '$GITHUB_EVENT_NAME'" echo "List of files with absent license:" echo "===================================" -echo /app/addlicense -check "$1" . | sh +echo /app/addlicense -check -files "$INPUT_INPUT_FILES" "$1" . | sh