Skip to content

Commit 2d37d7b

Browse files
authored
Use GITHUB_OUTPUT file per docs
1 parent b3439eb commit 2d37d7b

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 "message=${msg//$'\n'/'%0A'}" >> $GITHUB_ENV
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)