From 2bcb6a1c31cf3ec5081fb44e96bbeb3689270167 Mon Sep 17 00:00:00 2001 From: "aleksandr.vodyanov" Date: Fri, 17 May 2024 17:56:44 +0300 Subject: [PATCH] up --- entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index a363e86..3e5f364 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,8 +11,7 @@ echo "Processing event '$GITHUB_EVENT_NAME'" echo "List of files with absent license:" echo "===================================" -IFS=' ' -for file in $INPUST_INPUT_FILES; do +for file in $INPUT_INPUT_FILES; do echo $file echo /app/addlicense -check "$1" $file | sh done