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