diff --git a/entrypoint.sh b/entrypoint.sh index 409a13a..5787d7e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,4 +11,4 @@ echo "Processing event '$GITHUB_EVENT_NAME'" echo "List of files no has license:" echo "===================================" -echo /app/addlicense -check "$1" . | bash +echo /app/addlicense -check "$1" . | sh