Skip to content

Commit e2d47d4

Browse files
committed
fix JSON
1 parent c0be4a8 commit e2d47d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/send-blog-communications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
-H "Content-Type: application/json" \
114114
-d '{
115115
"to": "${{ env.TO_MAIL }}"
116-
"subject": "[dialtone] New blog post: '${{ env.BLOG_POST_HEADING }}'",
116+
"subject": "[dialtone] New blog post: \'${{ env.BLOG_POST_HEADING }}\'",
117117
"message": "New blog post: \"${{ env.BLOG_POST_HEADING }}\". Read full article: ${{ env.POST_URL }}"
118118
}'
119119

0 commit comments

Comments
 (0)