This commit is contained in:
aleksandr.vodyanov
2024-05-17 14:21:42 +03:00
parent e284116638
commit 4964be8ec6

View File

@@ -11,4 +11,5 @@
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 "==================================="
echo $INPUT_INPUT_FILES
echo /app/addlicense -check -files "$INPUT_INPUT_FILES" "$1" . | sh echo /app/addlicense -check -files "$INPUT_INPUT_FILES" "$1" . | sh