We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d5603 commit 5c73d67Copy full SHA for 5c73d67
.github/workflows/release-notification.yaml
@@ -20,7 +20,7 @@ jobs:
20
"author_name": "${{ github.event.release.author.login }}",
21
"repository_name": "${{ github.event.repository.name }}",
22
"repository_url": "${{ github.event.repository.html_url }}",
23
- "release_description": "${{ github.event.release.body }}"
+ "release_description": ${{ toJSON(github.event.release.body) }}
24
}
25
env:
26
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # Use the secret for the webhook URL
0 commit comments