fix
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 5s

This commit is contained in:
Bryce Thorup
2024-08-30 15:38:03 -06:00
parent 0ab4f2d278
commit 22041fccf8

View File

@@ -1,6 +1,6 @@
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'
curl -u "$INPUT_LISTMONK_USER:$INPUT_LISTMONK_PASS" -X GET 'https://mailer.tarupgard.com/api/campaigns?page=1&per_page=100'
fi