Skip to content

Commit

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

set_new_changelog_content() {
Expand Down

0 comments on commit 0bb1d22

Please sign in to comment.