test exclude param
This commit is contained in:
@@ -9,6 +9,9 @@
|
|||||||
name: 'Addlicense action'
|
name: 'Addlicense action'
|
||||||
description: 'Checks license and notify about missing license headers'
|
description: 'Checks license and notify about missing license headers'
|
||||||
inputs:
|
inputs:
|
||||||
|
exclude_config:
|
||||||
|
description: 'Config that contains exclude files'
|
||||||
|
required: false
|
||||||
outputs:
|
outputs:
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
|
|||||||
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user