File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
uses : 8398a7/action-slack@v3
31
31
with :
32
32
status : custom
33
- custom_payload : |
33
+ custom_payload : >
34
34
{
35
35
"blocks": [
36
36
{
@@ -57,14 +57,14 @@ jobs:
57
57
"type": "section",
58
58
"text": {
59
59
"type": "mrkdwn",
60
- "text": "*PR 제목:*\n<${{ github.event.pull_request.html_url }}|${{ github.event.pull_request.title }}>"
60
+ "text": "*PR 제목:*\n<${{ github.event.pull_request.html_url }}|${{ toJSON( github.event.pull_request.title) }}>"
61
61
}
62
62
},
63
63
{
64
64
"type": "section",
65
65
"text": {
66
66
"type": "mrkdwn",
67
- "text": "*PR 설명:*\n${{ github.event.pull_request.body }}"
67
+ "text": "*PR 설명:*\n${{ toJSON( github.event.pull_request.body) }}"
68
68
}
69
69
},
70
70
{
86
86
]
87
87
}
88
88
env :
89
- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
89
+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments