replace bash to sh
This commit is contained in:
@@ -11,4 +11,4 @@
|
||||
echo "Processing event '$GITHUB_EVENT_NAME'"
|
||||
echo "List of files no has license:"
|
||||
echo "==================================="
|
||||
echo /app/addlicense -check "$1" . | bash
|
||||
echo /app/addlicense -check "$1" . | sh
|
||||
|
||||
Reference in New Issue
Block a user