We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f2468 commit dcd1cb3Copy full SHA for dcd1cb3
.github/workflows/pr-merged.yml
@@ -29,7 +29,7 @@ jobs:
29
"fields":[
30
{
31
"title":"PR",
32
- "value":"${{ github.event.pull_request.body }}",
+ "value":"${{ toJson(github.event.pull_request.body) }}",
33
"short":false
34
}
35
]
0 commit comments