gotify-action/action.yml

25 lines
664 B
YAML
Raw Normal View History

2020-03-31 19:22:19 +02:00
name: 'Gotify Notification'
description: 'Send a notification via Gotify'
branding:
icon: 'bell'
color: 'blue'
inputs:
gotify_api_base:
description: 'The HTTP endpoint where the Gotify API is exposed'
required: true
gotify_app_token:
description: 'The token of the Gotify application'
required: true
notification_title:
description: 'The title of the Gotify notification'
required: true
notification_message:
description: 'The message of the Gotify notification'
default: ''
notification_priority:
description: 'The priority of the Gotify notification'
default: 4
runs:
using: 'docker'
image: 'Dockerfile'