test args

This commit is contained in:
Rustam Tagaev
2024-04-12 10:05:27 +03:00
parent 741924c442
commit eb8089cde6
2 changed files with 3 additions and 2 deletions

View File

@@ -16,4 +16,5 @@ outputs:
runs:
using: 'docker'
image: 'Dockerfile'
args: []
args:
- ${{ inputs.exclude_config }}

View File

@@ -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"