mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-01-06 15:18:34 +08:00
25 lines
608 B
YAML
25 lines
608 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
|
|
dnscontrol_config_file:
|
|
description: Path to DNS configuration file.
|
|
required: false
|
|
default: '.'
|
|
dnscontrol_creds_file:
|
|
description: Path to DNS credentials file.
|
|
required: false
|
|
default: '.'
|
|
outputs:
|
|
output:
|
|
description: The output of the dnscontrol command that was executed.
|
|
runs:
|
|
using: docker
|
|
image: 'Dockerfile'
|