From 16b14261c859608bac71bd1936642b9fa486cdc5 Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Fri, 12 Apr 2024 11:48:02 +0300 Subject: [PATCH] fix --- entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 56efbd6..409a13a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,5 +11,4 @@ echo "Processing event '$GITHUB_EVENT_NAME'" echo "List of files no has license:" echo "===================================" -echo /app/addlicense -check "$1" . -/app/addlicense -check "$1" . +echo /app/addlicense -check "$1" . | bash