We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c911527 commit 7f7a3f1Copy full SHA for 7f7a3f1
.github/workflows/definitions.yml
@@ -24,8 +24,9 @@ jobs:
24
25
- id: log
26
run: |
27
+ # TODO fix this whole PR body mess
28
msg=$(git log --format='- %s' --reverse ${{github.sha}}..)
- echo "message=${msg//$'\n'/'%0A'}" >> $GITHUB_OUTPUT
29
+ echo "message=${msg//$'\n'/'%0A'}" >> "$GITHUB_OUTPUT"
30
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
31
with:
32
token: ${{ secrets.BOT_TOKEN }}
0 commit comments