Skip to content

Commit

Permalink
Switching to GITHUB_OUTPUT.
Browse files Browse the repository at this point in the history
  • Loading branch information
metcalfc authored Oct 26, 2022
1 parent b1a95e5 commit 78be9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
log="${log//'%'/'%25'}"
log="${log//$'\n'/'%0A'}"
log="${log//$'\r'/'%0D'}"
echo "::set-output name=modified::$log"
echo "modified=$log" >> $GITHUB_OUTPUT
- name: Print the modified changelog
run: |
cat << "EOF"
Expand Down

0 comments on commit 78be9a2

Please sign in to comment.