Skip to content

amazing-actions/wecom-bot-notifier

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Wecom Bot Notify

wecom-bot-notify is a simple tool to send notifications to Wecom Bot by web hook.

Usage

name: 'Notify'
on:
  push:
    branches:
      - main

jobs:
  notify:
    runs-on: ubuntu-latest
    steps:
      - uses: amazing-actions/[email protected]
        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