From 741924c442bf1b68cdf990af07d10ea5e3992b61 Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Thu, 11 Apr 2024 19:22:59 +0300 Subject: [PATCH] add param --- .gitea/workflows/check-license.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/check-license.yml b/.gitea/workflows/check-license.yml index 113054b..64c5c40 100644 --- a/.gitea/workflows/check-license.yml +++ b/.gitea/workflows/check-license.yml @@ -27,3 +27,5 @@ jobs: persist-credentials: false # for work tj-actions/changed-files - name: Check license uses: https://gitea:${{ secrets.CI_TOKEN }}@git.avroid.tech/Actions/addlicense-docker-action.git@v1 + with: + exclude_config: exclude.txt