From f71029f2882e9d54830b3506a7c914d45ad1e9f4 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Fri, 30 Aug 2024 15:05:28 -0600 Subject: [PATCH] a --- action.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.sh b/action.sh index 5d6b851..c7a0a3f 100755 --- a/action.sh +++ b/action.sh @@ -1,8 +1,7 @@ git pull -git log message="$(git log --merges -n 1)" -echo $(git log --merges -n 1) +echo $message if [[ $message == *"__post__"* ]]; then echo "It's there!" fi