From 9293eefe2b56a26e4acfb99c96f8708d7483af9f Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Fri, 30 Aug 2024 15:07:28 -0600 Subject: [PATCH] a --- action.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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