We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1721b40 commit c3cbc7bCopy full SHA for c3cbc7b
.github/workflows/send-email.yml
@@ -105,7 +105,7 @@ jobs:
105
--arg subject "$TITLE" \
106
--argjson text "$POST_CONTENT_ESCAPED" \
107
'{
108
- segmentId: $segment_id,
+ segment_id: $segment_id,
109
from: $from,
110
subject: $subject,
111
text: $text
content/blog/testpost.md
@@ -5,4 +5,4 @@ draft = "true"
5
tags = ["testing"]
6
+++
7
8
-this is a post for testing (sorry if you get an email)
+this is a post for testing (sorry if you get an email lol)
0 commit comments