diff --git a/.github/workflows/dnscontrol.yml b/.github/workflows/dnscontrol.yml index 8fab9cb..c7146e1 100644 --- a/.github/workflows/dnscontrol.yml +++ b/.github/workflows/dnscontrol.yml @@ -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'