mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-02-24 15:04:25 +08:00
14 lines
295 B
YAML
14 lines
295 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
|
|
runs:
|
|
using: docker
|
|
image: 'Dockerfile'
|