up
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
echo "Processing event '$GITHUB_EVENT_NAME'"
|
echo "Processing event '$GITHUB_EVENT_NAME'"
|
||||||
echo "List of files with absent license:"
|
echo "List of files with absent license:"
|
||||||
echo "==================================="
|
echo "==================================="
|
||||||
|
IFS=' '
|
||||||
for file in $INPUST_INPUT_FILES; do
|
for file in $INPUST_INPUT_FILES; do
|
||||||
echo $file
|
echo $file
|
||||||
echo /app/addlicense -check "$1" $file | sh
|
echo /app/addlicense -check "$1" $file | sh
|
||||||
|
|||||||
Reference in New Issue
Block a user