Skip to content

Commit 45e84ff

Browse files
committed
ci: add notifier
1 parent bb7582c commit 45e84ff

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/notify.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 'Notify'
2+
on:
3+
push:
4+
branches:
5+
- main
6+
7+
jobs:
8+
notify:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: amazing-actions/wecom-bot-notify@v1.0.0
12+
with:
13+
type: markdown # text, markdown, image, news, template_card
14+
content: '## Test' # see https://developer.work.weixin.qq.com/document/path/91770
15+
key: ${{ secrets.WECOM_BOT_KEY }} # Your key of wecom bot hook

0 commit comments

Comments
 (0)