Skip to content

Commit dcd1cb3

Browse files
authored
Update pr-merged.yml
1 parent d8f2468 commit dcd1cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-merged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
"fields":[
3030
{
3131
"title":"PR",
32-
"value":"${{ github.event.pull_request.body }}",
32+
"value":"${{ toJson(github.event.pull_request.body) }}",
3333
"short":false
3434
}
3535
]

0 commit comments

Comments
 (0)