diff --git a/action.sh b/action.sh index c7a0a3f..8fa0640 100755 --- a/action.sh +++ b/action.sh @@ -1,7 +1,7 @@ git pull message="$(git log --merges -n 1)" -echo $message +$message if [[ $message == *"__post__"* ]]; then - echo "It's there!" + "It's there!" fi