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

8 lines
123 B
Bash
Executable File

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