dnscontrol-action/action.yml
2021-01-16 19:45:44 +01:00

26 lines
620 B
YAML

---
name: DNSControl Action
description: Deploy your DNS configuration to multiple providers
author: Koen Rouwhorst <info@koenrouwhorst.nl>
branding:
icon: cloud
color: yellow
inputs:
args:
description: DNSControl command
required: true
config_file:
description: Path to DNSControl configuration file.
required: false
default: 'dnsconfig.js'
creds_file:
description: Path to DNSControl credentials file.
required: false
default: 'creds.json'
outputs:
output:
description: The output of the dnscontrol command that was executed.
runs:
using: docker
image: 'Dockerfile'