Skip to content

Commit

Permalink
Update dnscontrol.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Feb 23, 2024
1 parent ba838f7 commit f756c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dnscontrol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
uses: koenrh/dnscontrol-action@v3
with:
args: check
config_file: 'dnscontrol.js'
config_file: 'dnsconfig.js'
creds_file: 'creds.example.json'

- name: Push
uses: koenrh/dnscontrol-action@v3
with:
args: push
config_file: 'dnscontrol.js'
config_file: 'dnsconfig.js'
creds_file: 'creds.example.json'

0 comments on commit f756c33

Please sign in to comment.