Skip to content

whatwewant/action-robot-feishu

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

GitHub Actions for Feishu Robot

https://github.com/whatwewant/action-robot-feishu https://github.com/whatwewant/action-robot-feishu

An simple github action robot for feishu notification.

Usage

option required description
url true feishu bot webhook url
title true title
text true text content

Example

name: CI
on: [push]
jobs:
  build:
    name: Test
    runs-on: ubuntu-latest
    steps:
      - name: Feishu Robot Nessage
        uses: whatwewant/action-robot-feishu@v0.0.1
        with:
          url: ${{ secrets.FEISHU_ROBOT_WEBHOOK_URL }}
          title: notice
          text: |
            from github action test
            repository: ${{ github.repository }}
            committer: ${{ github.actor }}
            compare: ${{ github.event.compare }}
            job status: ${{ job.status }}

TODO

  • support send text message
  • support send rich message
  • support @ somebody in group

License

MIT