7 lines
192 B
Bash
Executable File
7 lines
192 B
Bash
Executable File
|
|
message="$(git log)"
|
|
if [[ $message == *"__post__"* ]]; then
|
|
curl -u "$INPUT_LISTMONK_USER:$INPUT_LISTMONK_PASS" -X GET 'https://mailer.tarupgard.com/api/campaigns?page=1&per_page=100'
|
|
fi
|
|
|