From 5dc1c91d8e7fcc467e74e944d506d45bf86b09e2 Mon Sep 17 00:00:00 2001 From: "aleksandr.vodyanov" Date: Fri, 17 May 2024 17:52:45 +0300 Subject: [PATCH] up --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 933cbbb..0b35731 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,5 +12,6 @@ echo "Processing event '$GITHUB_EVENT_NAME'" echo "List of files with absent license:" echo "===================================" for file in $INPUST_INPUT_FILES; do + echo $file echo /app/addlicense -check "$1" $file | sh done