dnscontrol-action/action.yml
2020-06-21 19:46:35 +02:00

18 lines
387 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
outputs:
output:
description: The output of the dnscontrol command that was executed.
runs:
using: docker
image: 'Dockerfile'