diff --git a/action.mjs b/action.mjs index 0cdb54a..9fed624 100644 --- a/action.mjs +++ b/action.mjs @@ -29,7 +29,7 @@ class CreateListmonkCampaign { let createRequestBody = { name: title, subject: "New Post", - lists: [process.env.INPUT_IS_PRODUCTION == "true" ? 3 : 4], + lists: [process.env.INPUT_IS_PRODUCTION == "true" ? 2 : 4], from_email: "TårupGård Mailer ", content_type: "html", type: "regular",