From 4964be8ec60a92afb1cc9234079575ce29dc054b Mon Sep 17 00:00:00 2001 From: "aleksandr.vodyanov" Date: Fri, 17 May 2024 14:21:42 +0300 Subject: [PATCH] up --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index fedf20f..161c190 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,4 +11,5 @@ 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