Skip to content

Commit c3cbc7b

Browse files
committed
fix api error
1 parent 1721b40 commit c3cbc7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/send-email.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
--arg subject "$TITLE" \
106106
--argjson text "$POST_CONTENT_ESCAPED" \
107107
'{
108-
segmentId: $segment_id,
108+
segment_id: $segment_id,
109109
from: $from,
110110
subject: $subject,
111111
text: $text

content/blog/testpost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ draft = "true"
55
tags = ["testing"]
66
+++
77

8-
this is a post for testing (sorry if you get an email)
8+
this is a post for testing (sorry if you get an email lol)

0 commit comments

Comments
 (0)