We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91a765 commit ace399cCopy full SHA for ace399c
.github/workflows/pr-merged.yml
@@ -20,10 +20,7 @@ jobs:
20
with:
21
payload: |
22
{
23
- "text": "🚀 Pull Request *#${{ github.event.pull_request.number }}* has been merged into *dev* branch! \n\n
24
- <${{ github.event.pull_request.html_url }}|pr로 이동> \n
25
- ${{ github.event.pull_request.body }}
26
- ",
+ "text": "🚀 Pull Request *#${{ github.event.pull_request.number }}* has been merged into *dev* branch!\n<${{ github.event.pull_request.html_url }}|pr로 이동>\n\n${{ toJson(github.event.pull_request.body) }}",
27
"attachments": [
28
29
"title": "PR Details",
0 commit comments