refactoring some param

This commit is contained in:
Rustam Tagaev
2024-04-12 11:23:09 +03:00
parent 195a853063
commit cabbb1d6a0
3 changed files with 6 additions and 6 deletions

View File

@@ -11,5 +11,5 @@
echo "Processing event '$GITHUB_EVENT_NAME'"
echo "List of files no has license:"
echo "==================================="
/app/addlicense -check .
echo "$1"
/app/addlicense -check "$1" .