From 706826d3c6ecf01ef692891a9b87cd8e62ec2bbd Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Thu, 11 Apr 2024 19:19:29 +0300 Subject: [PATCH] test exclude param --- action.yml | 3 +++ entrypoint.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0759f35..0a9cb2b 100644 --- a/action.yml +++ b/action.yml @@ -9,6 +9,9 @@ name: 'Addlicense action' description: 'Checks license and notify about missing license headers' inputs: + exclude_config: + description: 'Config that contains exclude files' + required: false outputs: runs: using: 'docker' diff --git a/entrypoint.sh b/entrypoint.sh index 7398ec0..0c697bf 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,4 +12,4 @@ echo "Processing event '$GITHUB_EVENT_NAME'" echo "List of files no has license:" echo "===================================" /app/addlicense -check . - +echo "${EXCLUDE_CONFIG}"