dnscontrol-action/action.yml

18 lines
387 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
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'