Skip to content

Commit e62b7db

Browse files
committed
Fix autopr title
1 parent d7ecf40 commit e62b7db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/auto-pr-precise.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
git checkout -b ${{steps.create_branch.outputs.PRBRANCH}}
6060
echo "TITLE<<__AUTOPR_EOF" >> $GITHUB_OUTPUT
6161
git log --format="| %s" ${{ github.event.commits[0].id }}~..${{ github.event.after }} | tr '\n' ' ' >> $GITHUB_OUTPUT
62+
echo "" >> $GITHUB_OUTPUT
6263
echo "__AUTOPR_EOF" >> $GITHUB_OUTPUT
6364
echo "MESSAGE<<__AUTOPR_EOF" >> $GITHUB_OUTPUT
6465
git log --format="> %B" ${{ github.event.commits[0].id }}~..${{ github.event.after }} >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)