diff --git a/.gitea/workflows/check-license.yml b/.gitea/workflows/check-license.yml index 61dfea7..2b3151e 100644 --- a/.gitea/workflows/check-license.yml +++ b/.gitea/workflows/check-license.yml @@ -28,4 +28,4 @@ jobs: - name: Check license uses: https://gitea:${{ secrets.CI_TOKEN }}@git.avroid.tech/Actions/addlicense-docker-action.git@feature/DO-169/start_project with: - exclude_pattern: -ignore "**/**.go" -ignore "**/**/**.ts" + exclude_pattern: '-ignore "**/**.go" -ignore "**/**/**.ts"' diff --git a/entrypoint.sh b/entrypoint.sh index e261316..8bbc878 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,4 +12,3 @@ echo "Processing event '$GITHUB_EVENT_NAME'" echo "List of files no has license:" echo "===================================" /app/addlicense -check "$1" . -