mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2024-11-10 09:02:52 +08:00
Add actions.yml
This commit is contained in:
parent
b510e23002
commit
4301cefbb7
1 changed files with 23 additions and 0 deletions
23
action.yml
Normal file
23
action.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
name: DNSControl Action
|
||||
description: Deploy your DNS configuration to multiple providers
|
||||
author: Koen Rouwhorst <info@koenrouwhorst.nl>
|
||||
branding:
|
||||
icon: cloud
|
||||
color: yellow
|
||||
inputs:
|
||||
cloudflareApiUser:
|
||||
description: Cloudflare API user
|
||||
required: false
|
||||
cloudflareApiKey:
|
||||
description: Cloudflare API key
|
||||
required: false
|
||||
cloudflareAccountId:
|
||||
description: Cloudflare account identifier
|
||||
required: false
|
||||
cloudflareAccountName:
|
||||
description: Cloudflare account name
|
||||
required: false
|
||||
runs:
|
||||
using: docker
|
||||
image: 'Dockerfile'
|
Loading…
Reference in a new issue