📢 add fourth ding group notification (#1413)
This commit is contained in:
parent
60ce3982cc
commit
d44d71ae80
16
.github/workflows/release-notify.yml
vendored
16
.github/workflows/release-notify.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user