Skip to content

Commit 6330f7b

Browse files
author
Karol Sójko
committed
fix empty line
1 parent 0c5eeee commit 6330f7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/release-notes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ runs:
2323
RELEASE_NOTES="${RELEASE_NOTES//'%'/'%25'}"
2424
RELEASE_NOTES="${RELEASE_NOTES//$'\n'/'%0A'}"
2525
RELEASE_NOTES="${RELEASE_NOTES//$'\r'/'%0D'}"
26-
echo "result=$RELEASE_NOTES" >> $GITHUB_OUTPUT
26+
echo "result=$RELEASE_NOTES" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)