This commit is contained in:
aleksandr.vodyanov
2024-05-17 16:20:10 +03:00
parent 4964be8ec6
commit 70e63493f6

View File

@@ -12,4 +12,4 @@ echo "Processing event '$GITHUB_EVENT_NAME'"
echo "List of files with absent license:"
echo "==================================="
echo $INPUT_INPUT_FILES
echo /app/addlicense -check -files "$INPUT_INPUT_FILES" "$1" . | sh
echo /app/addlicense -check "$1" "$INPUT_INPUT_FILES" | sh