test args
This commit is contained in:
@@ -16,4 +16,5 @@ outputs:
|
|||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
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 "List of files no has license:"
|
||||||
echo "==================================="
|
echo "==================================="
|
||||||
/app/addlicense -check .
|
/app/addlicense -check .
|
||||||
echo "${EXCLUDE_CONFIG}"
|
echo "$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user