Обновить entrypoint.sh

This commit is contained in:
Rustam Tagaev
2024-04-15 12:01:59 +03:00
parent ca17ad0c94
commit 9f56dcb5df

View File

@@ -9,6 +9,6 @@
echo "Processing event '$GITHUB_EVENT_NAME'" echo "Processing event '$GITHUB_EVENT_NAME'"
echo "List of files no has license:" echo "List of files with absent license:"
echo "===================================" echo "==================================="
echo /app/addlicense -check "$1" . | sh echo /app/addlicense -check "$1" . | sh