From 70e63493f6f9013498add6beffc219ed6147c9e2 Mon Sep 17 00:00:00 2001 From: "aleksandr.vodyanov" Date: Fri, 17 May 2024 16:20:10 +0300 Subject: [PATCH] up --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 161c190..32669fb 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,4 +12,4 @@ echo "Processing event '$GITHUB_EVENT_NAME'" echo "List of files with absent license:" echo "===================================" echo $INPUT_INPUT_FILES -echo /app/addlicense -check -files "$INPUT_INPUT_FILES" "$1" . | sh +echo /app/addlicense -check "$1" "$INPUT_INPUT_FILES" | sh