We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d188e commit fc4326cCopy full SHA for fc4326c
.github/workflows/release_notice.yml
@@ -22,7 +22,7 @@ jobs:
22
"repository": "${{ github.repository }}"
23
"tag_name": "${{ github.event.release.tag_name }}",
24
"actor": "${{ github.actor }}",
25
- "body": "${{ github.event.release.body }}",
+ "body": ${{ toJSON(github.event.release.body) }},
26
"html_url": "${{ github.event.release.html_url }}"
27
}
28
env:
0 commit comments