Skip to content

Commit f8c43ff

Browse files
authored
Replace deprecated set-output command in workflows (#994)
2 parents f3ee7bd + 2d37d7b commit f8c43ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/definitions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- id: log
2424
run: |
2525
msg=$(git log --format='- %s' --reverse ${{github.sha}}..)
26-
echo "::set-output name=message::${msg//$'\n'/'%0A'}"
26+
echo "message=${msg//$'\n'/'%0A'}" >> $GITHUB_OUTPUT
2727
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
2828
with:
2929
token: ${{ secrets.BOT_TOKEN }}

0 commit comments

Comments
 (0)