Skip to content

wecom-bot-notify

Actions
A GitHub Action that sends message to wecom bot
v1.1.0
Latest
Star (1)

Tags

 (1)

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/wecom-bot-notify@main
        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

Tip

If you want to send message to multiple wecom bot, you can use , to split the bot keys.

wecom-bot-notify is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A GitHub Action that sends message to wecom bot
v1.1.0
Latest

Tags

 (1)

wecom-bot-notify is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.