test args
This commit is contained in:
@@ -16,4 +16,5 @@ outputs:
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args: []
|
||||
args:
|
||||
- ${{ inputs.exclude_config }}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user