From 429f0b5ceca676bfe2049881203f284bde39afe4 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Tue, 3 Sep 2024 10:32:22 -0600 Subject: [PATCH] take the seatbelt off --- action.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.mjs b/action.mjs index 41396b8..c6a4e50 100644 --- a/action.mjs +++ b/action.mjs @@ -30,7 +30,7 @@ class CreateListmonkCampaign { let createRequestBody = { name: title, subject: "New Post", - lists: [process.env.INPUT_IS_PRODUCTION == "true" ? 2 : 4], + lists: [process.env.INPUT_IS_PRODUCTION == "true" ? 3 : 4], from_email: "TårupGård Mailer ", content_type: "html", type: "regular",