Skip to content

Commit

Permalink
Merge pull request #1 from saitho/patch-1
Browse files Browse the repository at this point in the history
Fix: Duplicate default in action.yml
  • Loading branch information
koistya authored Nov 30, 2020
2 parents 630b29d + d4585fb commit 53e5806
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@ inputs:
description: "DNS record name"
token:
description: "CloudFlare API token"
default: ${{ secrets.CLOUDFLARE_TOKEN }}
required: true
zone:
default: "CloudFlare zone"
default: ${{ secrets.CLOUDFLARE_ZONE }}
description: "CloudFlare zone"
required: true

outputs:

runs:
using: "node12"
main: "main.js"
Expand Down

0 comments on commit 53e5806

Please sign in to comment.