@zcorky/action-robot-feishu

feishu robot github action


Keywords
action, robot, feishu
License
MIT
Install
npm install @zcorky/action-robot-feishu@0.0.6

Documentation

GitHub Actions for Feishu Robot

Usage

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 }}

License

MIT