@zcorky/action-robot-feishu
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

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

/@zcorky/action-robot-feishu/

    Package Sidebar

    Install

    npm i @zcorky/action-robot-feishu

    Weekly Downloads

    8

    Version

    0.0.10

    License

    MIT

    Unpacked Size

    8.99 kB

    Total Files

    12

    Last publish

    Collaborators

    • uniquecolesmith