Skip to content

Commit

Permalink
fix JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
juliodialpad committed May 31, 2024
1 parent e2d47d4 commit 8a393ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/send-blog-communications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
-H "Content-Type: application/json" \
-d '{
"to": "${{ env.TO_MAIL }}"
"subject": "[dialtone] New blog post: \'${{ env.BLOG_POST_HEADING }}\'",
"subject": "[dialtone] New blog post: \"${{ env.BLOG_POST_HEADING }}\"",
"message": "New blog post: \"${{ env.BLOG_POST_HEADING }}\". Read full article: ${{ env.POST_URL }}"
}'
Expand Down

0 comments on commit 8a393ee

Please sign in to comment.