From e9e75e45674cf531c50fa50afb56ed4f971c4886 Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Fri, 12 Apr 2024 11:34:21 +0300 Subject: [PATCH] test --- .gitea/workflows/check-license.yml | 2 +- entrypoint.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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" . -