This commit is contained in:
aleksandr.vodyanov
2024-05-17 18:27:16 +03:00
parent 8570bece24
commit b5a3b69248
2 changed files with 3 additions and 2 deletions

View File

@@ -12,5 +12,5 @@ echo "Processing event '$GITHUB_EVENT_NAME'"
echo "List of files with absent license:"
echo "==================================="
for file in $INPUT_INPUT_FILES; do
echo /app/addlicense -check "$1" $file | sh
echo /app/addlicense -check "$1" $file | sh
done