Files
create_listmonk_campaign/action.sh
Bryce Thorup 9293eefe2b
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s
a
2024-08-30 15:07:28 -06:00

8 lines
113 B
Bash
Executable File

git pull
message="$(git log --merges -n 1)"
$message
if [[ $message == *"__post__"* ]]; then
"It's there!"
fi