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.
1 parent 0c5eeee commit 6330f7bCopy full SHA for 6330f7b
1 file changed
actions/release-notes/action.yml
@@ -23,4 +23,4 @@ runs:
23
RELEASE_NOTES="${RELEASE_NOTES//'%'/'%25'}"
24
RELEASE_NOTES="${RELEASE_NOTES//$'\n'/'%0A'}"
25
RELEASE_NOTES="${RELEASE_NOTES//$'\r'/'%0D'}"
26
- echo "result=$RELEASE_NOTES" >> $GITHUB_OUTPUT
+ echo "result=$RELEASE_NOTES" >> $GITHUB_OUTPUT
0 commit comments