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 a995c25 commit 2eed2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-readme-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":star: *What's New*:\n\n${{ steps.update.outputs.release_body_escaped }}"
"text": ":star: *What's New*:\n\n${{ toJSON(github.event.release.body) }}"
}
},
{
Expand Down

0 comments on commit 2eed2fd

Please sign in to comment.