diff --git a/.github/workflows/pr_release_notes.yaml b/.github/workflows/pr_release_notes.yaml index 46389072f..753e636b8 100644 --- a/.github/workflows/pr_release_notes.yaml +++ b/.github/workflows/pr_release_notes.yaml @@ -62,7 +62,7 @@ jobs: return ''; } const section = stripIgnoredContent(match[2] || ''); - return section; + return section.trim(); }; /**