dnscontrol-action/action.yml

26 lines
620 B
YAML
Raw Normal View History

2019-10-12 23:00:25 +08:00
---
name: DNSControl Action
description: Deploy your DNS configuration to multiple providers
author: Koen Rouwhorst <info@koenrouwhorst.nl>
branding:
icon: cloud
color: yellow
inputs:
2020-05-24 18:41:29 +08:00
args:
description: DNSControl command
required: true
config_file:
2021-01-17 00:41:11 +08:00
description: Path to DNSControl configuration file.
required: false
2021-01-17 00:41:11 +08:00
default: 'dnsconfig.js'
creds_file:
2021-01-17 00:41:11 +08:00
description: Path to DNSControl credentials file.
required: false
2021-01-17 00:41:11 +08:00
default: 'creds.json'
outputs:
output:
description: The output of the dnscontrol command that was executed.
2019-10-12 23:00:25 +08:00
runs:
using: docker
image: 'Dockerfile'