Skip to content

Commit ace399c

Browse files
authored
Update pr-merged.yml
1 parent e91a765 commit ace399c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pr-merged.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ jobs:
2020
with:
2121
payload: |
2222
{
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-
",
23+
"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) }}",
2724
"attachments": [
2825
{
2926
"title": "PR Details",

0 commit comments

Comments
 (0)