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.
2 parents f3ee7bd + 2d37d7b commit f8c43ffCopy full SHA for f8c43ff
.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 "::set-output name=message::${msg//$'\n'/'%0A'}"
+ 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