Skip to content

Commit 7b03dbc

Browse files
hotfix: multiline github output
Signed-off-by: Tsung-Ju Lii <[email protected]>
1 parent 47e83ca commit 7b03dbc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/monthly_album_digest.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
schedule:
77
- cron: '0 0 1 * *'
88
jobs:
9-
create-branch-and-pr:
9+
monthly-album-digest:
1010
runs-on: ubuntu-latest
1111
environment: deployment
1212

@@ -21,7 +21,10 @@ jobs:
2121

2222
- id: run
2323
name: Run
24-
run: echo "text=$(stack exec monthly-rewind)" >> $GITHUB_OUTPUT
24+
run: |
25+
echo 'text<<EOF' >> $GITHUB_OUTPUT
26+
stack exec monthly-rewind >> $GITHUB_OUTPUT
27+
echo 'EOF' >> $GITHUB_OUTPUT
2528
2629
- name: Send Email
2730
id: send_email

0 commit comments

Comments
 (0)