Files
gotify/action.yaml

14 lines
288 B
YAML

name: 'Gotify通知'
description: '发送Gotify通知'
inputs:
username:
description: 'The username to print'
required: true
outputs:
time:
description: 'The time when the action was called'
runs:
using: 'go'
main: 'main.go'
pre: 'pre/main.go'
post: 'post/main.go'