📢 add fourth ding group notification (#1413)

This commit is contained in:
Kuitos 2021-04-23 18:02:28 +08:00 committed by GitHub
parent 60ce3982cc
commit d44d71ae80

View File

@ -35,7 +35,7 @@ jobs:
"text": "# qiankun [${{github.event.release.tag_name}}](${{github.event.release.html_url}}) 发布公告\n${{github.event.release.body}}",
}
}
- name: Send DingGroup3 Notify
uses: zcong1993/actions-ding@master
with:
@ -50,6 +50,20 @@ jobs:
}
}
- name: Send DingGroup4 Notify
uses: zcong1993/actions-ding@master
with:
dingToken: ${{ secrets.DING_GROUP_4_TOKEN }}
secret: ${{ secrets.DING_GROUP_4_SIGN }}
body: |
{
"msgtype": "markdown",
"markdown": {
"title": "qiankun ${{github.event.release.tag_name}} 发布公告",
"text": "# qiankun [${{github.event.release.tag_name}}](${{github.event.release.html_url}}) 发布公告\n${{github.event.release.body}}",
}
}
- name: Send DingGroupInc Notify
uses: zcong1993/actions-ding@master
with: