We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a95e5 commit 78be9a2Copy full SHA for 78be9a2
.github/workflows/changelog.yml
@@ -47,7 +47,7 @@ jobs:
47
log="${log//'%'/'%25'}"
48
log="${log//$'\n'/'%0A'}"
49
log="${log//$'\r'/'%0D'}"
50
- echo "::set-output name=modified::$log"
+ echo "modified=$log" >> $GITHUB_OUTPUT
51
- name: Print the modified changelog
52
run: |
53
cat << "EOF"
0 commit comments