This commit is contained in:
23
action.yaml
23
action.yaml
@@ -1,12 +1,29 @@
|
||||
name: 'Gotify通知'
|
||||
description: '发送Gotify通知'
|
||||
inputs:
|
||||
username:
|
||||
description: 'The username to print'
|
||||
url:
|
||||
description: '地址 不需要/message'
|
||||
required: true
|
||||
token:
|
||||
description: "token"
|
||||
required: true
|
||||
title:
|
||||
description: "标题"
|
||||
required: true
|
||||
msgText:
|
||||
description: "消息内容"
|
||||
contentType:
|
||||
description: "消息格式"
|
||||
default: "text/markdown"
|
||||
priority:
|
||||
description: "优先级"
|
||||
clickUrl:
|
||||
description: "点击跳转地址"
|
||||
bigImageUrl:
|
||||
description: "大图地址"
|
||||
outputs:
|
||||
time:
|
||||
description: 'The time when the action was called'
|
||||
description: '结束时间(无用)'
|
||||
runs:
|
||||
using: 'go'
|
||||
main: 'main.go'
|
||||
|
||||
Reference in New Issue
Block a user