Skip to content

Commit

Permalink
Prettified action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jauder Ho <[email protected]>
  • Loading branch information
jauderho committed May 3, 2024
1 parent 462638f commit dd8aaa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ inputs:
config_file:
description: Path to DNSControl configuration file.
required: false
default: 'dnsconfig.js'
default: "dnsconfig.js"
creds_file:
description: Path to DNSControl credentials file.
required: false
default: 'creds.json'
default: "creds.json"
outputs:
output:
description: The output of the dnscontrol command that was executed.
runs:
using: docker
image: 'Dockerfile'
image: "Dockerfile"

0 comments on commit dd8aaa5

Please sign in to comment.