Files
create_listmonk_campaign/action.sh
Bryce Thorup 0ab4f2d278
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s
lm test
2024-08-30 15:25:45 -06:00

7 lines
186 B
Bash
Executable File

message="$(git log)"
if [[ $message == *"__post__"* ]]; then
curl -u "$INPUT_LISTMONK_USER:$LISTMONK_PASS" -X GET 'https://mailer.tarupgard.com/api/campaigns?page=1&per_page=100'
fi