forked from isfk/dingtalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
51 lines (50 loc) · 1.05 KB
/
action.yml
File metadata and controls
51 lines (50 loc) · 1.05 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
name: "DingTalk JavaScript"
description: "A Github Action for Dingtalk Robot Messages"
author: "isfk <sfk@live.cn>"
inputs:
accessToken:
description: "webhook access token"
required: true
secret:
description: "webhook secret"
required: true
msgType:
description: "msg type, default:text. text/link/markdown/actionCard/feedCard"
required: true
default: "text"
atMobiles:
description: "atMobiles"
required: false
atUserIds:
description: "atUserIds"
isAtAll:
description: "isAtAll"
title:
description: "title"
content:
description: "content"
text:
description: "text"
picUrl:
description: "picUrl"
messageUrl:
description: "messageUrl"
btnOrientation:
description: "btnOrientation"
singleTitle:
description: "singleTitle"
singleURL:
description: "singleURL"
btns:
description: "btns"
links:
description: "links"
runs:
using: "node16"
main: "dist/index.js"
outputs:
result:
description: "DingTalk Message Result"
branding:
icon: "award"
color: "green"