This commit is contained in:
aleksandr.vodyanov
2024-05-17 17:54:14 +03:00
parent a3b0de307f
commit 468318f975

View File

@@ -11,6 +11,7 @@
echo "Processing event '$GITHUB_EVENT_NAME'"
echo "List of files with absent license:"
echo "==================================="
IFS=' '
for file in $INPUST_INPUT_FILES; do
echo $file
echo /app/addlicense -check "$1" $file | sh