Skip to content

Commit

Permalink
📢 add fourth ding group notification (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos committed Apr 23, 2021
1 parent 8b8f8fa commit 762053f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/release-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

1 comment on commit 762053f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for qiankun ready!

✅ Preview
https://qiankun-g3blyoo6f-umijs.vercel.app

Built with commit 762053f.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.