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"