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 9680fdf commit a3fb571Copy full SHA for a3fb571
.github/workflows/sync-readme-changelog.yml
@@ -62,9 +62,16 @@ jobs:
62
"type": "section",
63
"text": {
64
"type": "mrkdwn",
65
- "text": ":star: *What's New*:\n\n${{ toJSON(github.event.release.body) }}"
+ "text": ":star: *What's New*"
66
}
67
},
68
+ {
69
+ "type": "section",
70
+ "text": {
71
+ "type": "mrkdwn",
72
+ "text": ${{ toJSON(github.event.release.body) }}
73
+ }
74
+ },
75
{
76
"type": "divider"
77
0 commit comments