From 855449fc8230ba86e436a26b1b36f42b1c83cf74 Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Thu, 11 Apr 2024 16:07:03 +0300 Subject: [PATCH] fix --- entrypoint.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 017122b..4f745c6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,8 +2,6 @@ echo "Processing event '$GITHUB_EVENT_NAME'" echo "List of files no has license:" -echo "Start" - +echo "===================================" /app/addlicense -check . -echo "End"