replace bash to sh

This commit is contained in:
Rustam Tagaev
2024-04-12 11:51:27 +03:00
parent 16b14261c8
commit 256052bbe9

View File

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