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