xiachufang/actions-feishu
Send message to FeiShu via Github Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook | Webhook address | yes | — |
| title | Message title | no | Actions Feishu |
| content | Message body | yes | — |
| message_type | Message type | no | post |
| msg_template_path | Path of message template, use it value when message_type is 'template' | no | ./github/feishu_msg_tmpl/example.json |
| msg_template_values | A JSON String for fill out template, use it value when message_type is 'template' | no | {} |
Outputs
| name | description |
|---|---|
| response | response from Feishu |