Skip to content

Commit 2eed2fd

Browse files
Update sync-readme-changelog.yml
1 parent a995c25 commit 2eed2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-readme-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
"type": "section",
6767
"text": {
6868
"type": "mrkdwn",
69-
"text": ":star: *What's New*:\n\n${{ steps.update.outputs.release_body_escaped }}"
69+
"text": ":star: *What's New*:\n\n${{ toJSON(github.event.release.body) }}"
7070
}
7171
},
7272
{

0 commit comments

Comments
 (0)