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

9 lines
107 B
Bash
Executable File

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