We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ac5a6 commit ba71105Copy full SHA for ba71105
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }}
20
PAYLOAD: |-
21
{
22
- "text": "## 🎉 evitaDB ${{ github.event.release.tag_name }} released!\n\n**Release Notes**:\\n${{ github.event.release.body }}",
+ "text": "## 🎉 evitaDB ${{ github.event.release.tag_name }} released!\n\n**Release Notes**:\\n ${{ toJSON(github.event.release.body) }}",
23
"color":"#31bf2c",
24
"username": "${{ github.triggering_actor }}",
25
"icon": "https://raw.githubusercontent.com/FgForrest/evitaDB/dev/documentation/assets/img/evita.png"
0 commit comments