We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ecf40 commit e62b7dbCopy full SHA for e62b7db
1 file changed
.github/workflows/auto-pr-precise.yml
@@ -59,6 +59,7 @@ jobs:
59
git checkout -b ${{steps.create_branch.outputs.PRBRANCH}}
60
echo "TITLE<<__AUTOPR_EOF" >> $GITHUB_OUTPUT
61
git log --format="| %s" ${{ github.event.commits[0].id }}~..${{ github.event.after }} | tr '\n' ' ' >> $GITHUB_OUTPUT
62
+ echo "" >> $GITHUB_OUTPUT
63
echo "__AUTOPR_EOF" >> $GITHUB_OUTPUT
64
echo "MESSAGE<<__AUTOPR_EOF" >> $GITHUB_OUTPUT
65
git log --format="> %B" ${{ github.event.commits[0].id }}~..${{ github.event.after }} >> $GITHUB_OUTPUT
0 commit comments