gotify通知
Some checks failed
代码更新通知 / update-server (push) Failing after 2s

This commit is contained in:
2024-12-18 16:10:39 +08:00
parent a9ce145256
commit 0e8b02a9b1
6 changed files with 280 additions and 271 deletions

View File

@@ -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'