From 22041fccf83cf334387ab9a18f6e5a1aabacc358 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Fri, 30 Aug 2024 15:38:03 -0600 Subject: [PATCH] fix --- action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.sh b/action.sh index a357a69..b109981 100755 --- a/action.sh +++ b/action.sh @@ -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