Skip to content

Commit 7f7a3f1

Browse files
committed
lintfix
1 parent c911527 commit 7f7a3f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/definitions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424

2525
- id: log
2626
run: |
27+
# TODO fix this whole PR body mess
2728
msg=$(git log --format='- %s' --reverse ${{github.sha}}..)
28-
echo "message=${msg//$'\n'/'%0A'}" >> $GITHUB_OUTPUT
29+
echo "message=${msg//$'\n'/'%0A'}" >> "$GITHUB_OUTPUT"
2930
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
3031
with:
3132
token: ${{ secrets.BOT_TOKEN }}

0 commit comments

Comments
 (0)