Skip to content

Commit

Permalink
Update sync-readme-changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch authored Sep 13, 2023
1 parent 9680fdf commit a3fb571
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/sync-readme-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,16 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":star: *What's New*:\n\n${{ toJSON(github.event.release.body) }}"
"text": ":star: *What's New*"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ${{ toJSON(github.event.release.body) }}
}
},
{
"type": "divider"
},
Expand Down

0 comments on commit a3fb571

Please sign in to comment.