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

8 lines
139 B
Bash
Executable File

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