We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0be4a8 commit e2d47d4Copy full SHA for e2d47d4
.github/workflows/send-blog-communications.yml
@@ -113,7 +113,7 @@ jobs:
113
-H "Content-Type: application/json" \
114
-d '{
115
"to": "${{ env.TO_MAIL }}"
116
- "subject": "[dialtone] New blog post: '${{ env.BLOG_POST_HEADING }}'",
+ "subject": "[dialtone] New blog post: \'${{ env.BLOG_POST_HEADING }}\'",
117
"message": "New blog post: \"${{ env.BLOG_POST_HEADING }}\". Read full article: ${{ env.POST_URL }}"
118
}'
119
0 commit comments