Skip to content

Commit 47e83ca

Browse files
hotfix: missing parameter in workflow
Signed-off-by: Tsung-Ju Lii <usefulalgorithm@gmail.com>
1 parent e3d02cf commit 47e83ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/monthly_album_digest.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
2020
stack-build-arguments: --fast # No pedantic for now
2121

2222
- id: run
23+
name: Run
2324
run: echo "text=$(stack exec monthly-rewind)" >> $GITHUB_OUTPUT
25+
2426
- name: Send Email
27+
id: send_email
2528
run: |
2629
curl -s --user 'api:${{ secrets.MAILGUN_API_KEY }}' \
2730
https://api.mailgun.net/v3/${{ secrets.MAILGUN_SERVER }}/messages \

0 commit comments

Comments
 (0)