take the seatbelt off
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s

This commit is contained in:
Bryce Thorup
2024-09-03 10:32:22 -06:00
parent 6831c96e42
commit 429f0b5cec

View File

@@ -30,7 +30,7 @@ class CreateListmonkCampaign {
let createRequestBody = { let createRequestBody = {
name: title, name: title,
subject: "New Post", 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 <mailer@tarupgard.com>", from_email: "TårupGård Mailer <mailer@tarupgard.com>",
content_type: "html", content_type: "html",
type: "regular", type: "regular",