From 1255aa5ae9c1709246cb0b7736e03ec374893575 Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Fri, 12 Apr 2024 11:53:08 +0300 Subject: [PATCH] remove quotes --- .gitea/workflows/check-license.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/check-license.yml b/.gitea/workflows/check-license.yml index 2b3151e..61dfea7 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"