👷 add ding group3 notification
This commit is contained in:
parent
ea7e9a7b1b
commit
0eac9146f0
14
.github/workflows/release-notify.yml
vendored
14
.github/workflows/release-notify.yml
vendored
|
|
@ -35,6 +35,20 @@ jobs:
|
||||||
"text": "# qiankun [${{github.event.release.tag_name}}](${{github.event.release.html_url}}) 发布公告\n${{github.event.release.body}}",
|
"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:
|
||||||
|
dingToken: ${{ secrets.DING_GROUP_3_TOKEN }}
|
||||||
|
secret: ${{ secrets.DING_GROUP_3_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
|
- name: Send DingGroupInc Notify
|
||||||
uses: zcong1993/actions-ding@master
|
uses: zcong1993/actions-ding@master
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user