Skip to content

Commit

Permalink
fix multi-line string output
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed May 6, 2024
1 parent 07f482b commit ade5b18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/ci/format_changelog
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ ${pr_header}
${changelog_content}
EOF
fi
echo "pr_body=$pr_body" >> $GITHUB_OUTPUT
{
echo "$pr_body<<EOF"
${pr_body}
echo EOF
} >> $GITHUB_OUTPUT
}

set_new_changelog_content() {
Expand Down

0 comments on commit ade5b18

Please sign in to comment.