File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,19 @@ jobs:
2020 with :
2121 payload : |
2222 {
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) }} ",
23+ "text": "🚀 Pull Request *#${{ github.event.pull_request.number }}* has been merged into *dev* branch!",
2424 "attachments": [
2525 {
26- "title": "PR Details",
27- "title_link": "${{ github.event.pull_request.html_url }}",
28- "text": ${{ toJson(github.event.pull_request.body) }}
26+ "fallback":"pr url: ${{ github.event.pull_request.html_url }}",
27+ "pretext":"pr url: ${{ github.event.pull_request.html_url }}",
28+ "color":"#D00000",
29+ "fields":[
30+ {
31+ "title":"PR",
32+ "value":"${{ github.event.pull_request.body }}",
33+ "short":false
34+ }
35+ ]
2936 }
3037 ]
3138 }
You can’t perform that action at this time.
0 commit comments