2019-08-26 15:24:49 +08:00
|
|
|
name: 'DingDing Notify Action'
|
|
|
|
description: 'Send dingding simple notify message'
|
|
|
|
author: 'zcong1993'
|
2019-08-26 15:40:08 +08:00
|
|
|
branding:
|
|
|
|
icon: 'message-square'
|
|
|
|
color: 'blue'
|
2019-08-29 19:57:54 +08:00
|
|
|
inputs:
|
2019-08-26 15:24:49 +08:00
|
|
|
dingToken:
|
|
|
|
description: 'DingDing bot token'
|
|
|
|
required: true
|
2019-08-29 16:48:20 +08:00
|
|
|
body:
|
|
|
|
description: 'Post Body to send'
|
2019-08-26 15:24:49 +08:00
|
|
|
required: true
|
|
|
|
|
2019-08-26 14:36:42 +08:00
|
|
|
runs:
|
|
|
|
using: 'docker'
|
2019-08-29 19:57:54 +08:00
|
|
|
image: 'docker://zcong/actions-ding:latest'
|