Skip to content

Commit 9178494

Browse files
authored
Fix autopr title (#45)
1 parent ea272ad commit 9178494

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)