Skip to content

Commit aacda7c

Browse files
authored
chore: fix automation actions to add line break (#14982)
1 parent 6442b32 commit aacda7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docs-automation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ jobs:
232232
{
233233
echo 'BODY<<PR_BODY_EOF'
234234
cat /tmp/pr-body.md
235+
printf '\n'
235236
echo 'PR_BODY_EOF'
236237
} >> "$GITHUB_OUTPUT"
237238

.github/workflows/tsdoc-generation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
echo "This PR adds TSDoc comments to TypeScript source files changed in commit [\`${SHORT_SHA}\`](${COMMIT_URL})."
113113
echo ""
114114
echo "> Review carefully before merging. Claude may have missed context or used incorrect descriptions."
115+
printf '\n'
115116
echo 'PR_BODY_EOF'
116117
} >> "$GITHUB_OUTPUT"
117118

0 commit comments

Comments
 (0)