Skip to content

fezhengjin/actions-feishu-xsky

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actions-feishu

Lint build-test

通过 GitHub Actions 来发送消息到飞书

Quick start

Actions 配置样例:

    - name: feishu notify
      uses: xiachufang/actions-feishu@v1.3
      with:
        webhook: ${{ secrets.FEISHU_WEBHOOK }}
        title: I'm title
        content: |
          I'm message body

          from: ${{ github.repository }}

更多示范例子见: test.yml

Configuration

Inputs

Variable Required Description
webhook true webhook address
title false title of message
content true content of message
message_type false message type, optional: post, text, template, default: post
msg_template_path false message template path, only work when message_type is template
msg_template_values false message template fillings, , only work when message_type is template

详细定义见: action.yml

Outputs

Variable Description
response API response from feishu

About

GitHub Actions for Feishu

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.8%
  • Dockerfile 6.2%