From eb8089cde678e92b7c18b4b3087d6e854a9ebe99 Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Fri, 12 Apr 2024 10:05:27 +0300 Subject: [PATCH] test args --- action.yml | 3 ++- entrypoint.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 0a9cb2b..3e72ecc 100644 --- a/action.yml +++ b/action.yml @@ -16,4 +16,5 @@ outputs: runs: using: 'docker' image: 'Dockerfile' - args: [] + args: + - ${{ inputs.exclude_config }} diff --git a/entrypoint.sh b/entrypoint.sh index 0c697bf..831899e 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}" +echo "$1"