Skip to content

Commit 8b02257

Browse files
Update monthly_album_digest.yaml
1 parent d8950d7 commit 8b02257

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/monthly_album_digest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ jobs:
2929
- name: Send Email
3030
id: send_email
3131
run: |
32+
TEXT="${{ steps.run.outputs.text }}"
3233
curl -s --user 'api:${{ secrets.MAILGUN_API_KEY }}' \
3334
https://api.mailgun.net/v3/${{ secrets.MAILGUN_SERVER }}/messages \
3435
-F from='Mailgun Sandbox <postmaster@${{ secrets.MAILGUN_SERVER }}>' \
3536
-F to='Tsung-Ju Lii <usefulalgorithm@gmail.com>' \
3637
-F subject='Monthly Digest' \
37-
-F text='${{ steps.run.outputs.text }}'
38+
--data-urlencode text="$TEXT"
3839

0 commit comments

Comments
 (0)