From a783cf6fede0e6a3b7d1e4238283ed8a8cc45cf5 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Fri, 30 Aug 2024 14:48:05 -0600 Subject: [PATCH] more --- action.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/action.sh b/action.sh index 97b145b..a7ddd55 100755 --- a/action.sh +++ b/action.sh @@ -1,5 +1,6 @@ message="$(git rev-parse --abbrev-ref HEAD)" +echo $message if [[ $message == *"__post__"* ]]; then echo "It's there!" fi