-
Notifications
You must be signed in to change notification settings - Fork 5
/
action.yml
38 lines (35 loc) · 910 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: "actions-feishu"
description: "Send message to FeiShu via Github Actions"
author: "xiachufang"
inputs:
webhook:
description: "Webhook address"
required: true
title:
description: "Message title"
required: false
default: "Actions Feishu"
content:
description: "Message body"
required: true
message_type:
description: "Message type"
required: false
default: "post"
msg_template_path:
description: "Path of message template, use it value when message_type is 'template'"
required: false
default: "./github/feishu_msg_tmpl/example.json"
msg_template_values:
description: "A JSON String for fill out template, use it value when message_type is 'template'"
required: false
default: "{}"
outputs:
response:
description: "response from Feishu"
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: bell
color: green