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 b3439eb commit 2d37d7bCopy full SHA for 2d37d7b
.github/workflows/definitions.yml
@@ -23,7 +23,7 @@ jobs:
23
- id: log
24
run: |
25
msg=$(git log --format='- %s' --reverse ${{github.sha}}..)
26
- echo "message=${msg//$'\n'/'%0A'}" >> $GITHUB_ENV
+ echo "message=${msg//$'\n'/'%0A'}" >> $GITHUB_OUTPUT
27
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
28
with:
29
token: ${{ secrets.BOT_TOKEN }}
0 commit comments