Skip to content

Commit

Permalink
ci: add notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
akinoccc committed Aug 30, 2024
1 parent bb7582c commit 45e84ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Notify'
on:
push:
branches:
- main

jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: amazing-actions/wecom-bot-notify@v1.0.0
with:
type: markdown # text, markdown, image, news, template_card
content: '## Test' # see https://developer.work.weixin.qq.com/document/path/91770
key: ${{ secrets.WECOM_BOT_KEY }} # Your key of wecom bot hook

0 comments on commit 45e84ff

Please sign in to comment.