Files
create_listmonk_campaign/action.sh
Bryce Thorup 27178b670f
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s
test
2024-08-30 14:40:59 -06:00

6 lines
110 B
Bash
Executable File

message="$(git rev-parse --abbrev-ref HEAD)"
if [[ $message == *"__post__"* ]]; then
echo "It's there!"
fi