We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bfa1b commit 28361ecCopy full SHA for 28361ec
1 file changed
.github/workflows/auto-pr-precise.yml
@@ -57,7 +57,7 @@ jobs:
57
set -x
58
git checkout ${{steps.branch_info.outputs.NEXT_BRANCH}}
59
git checkout -b ${{steps.create_branch.outputs.PRBRANCH}}
60
- TITLE=$(git log --format="| %s" ${{ github.event.commits[0].id }}~..${{ github.event.after }} | xargs)
+ TITLE=$(git log --format="| %s" ${{ github.event.commits[0].id }}~..${{ github.event.after }} | xargs -0)
61
echo "TITLE=$TITLE" >> $GITHUB_OUTPUT
62
echo "MESSAGE<<__EOF" >> $GITHUB_OUTPUT
63
git log --format="> %B" ${{ github.event.commits[0].id }}~..${{ github.event.after }} >> $GITHUB_OUTPUT
0 commit comments