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