From bb2c8560ee7256fc9bc244a71bea272a8bb24b0a Mon Sep 17 00:00:00 2001 From: Jimmy Briggs Date: Mon, 26 Feb 2024 12:56:25 -0500 Subject: [PATCH] Update dnscontrol.yml --- .github/workflows/dnscontrol.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dnscontrol.yml b/.github/workflows/dnscontrol.yml index b22581f..a32bb45 100644 --- a/.github/workflows/dnscontrol.yml +++ b/.github/workflows/dnscontrol.yml @@ -31,8 +31,8 @@ jobs: uses: is-cool-me/dnscontrol-action@v4.7.3 with: args: check - config_file: CONFIG_FILE - creds_file: CREDS_FILE + config_file: 'dnsconfig.js' + creds_file: 'creds.example.json' dnscontrol-preview: runs-on: ubuntu-latest @@ -47,8 +47,8 @@ jobs: uses: is-cool-me/dnscontrol-action@v4.7.3 with: args: preview --notify - config_file: CONFIG_FILE - creds_file: CREDS_FILE + config_file: 'dnsconfig.js' + creds_file: 'creds.example.json' dnscontrol-push: runs-on: ubuntu-latest @@ -67,8 +67,8 @@ jobs: uses: is-cool-me/dnscontrol-action@v4.7.3 with: args: push --notify --report "./reports/${{ steps.get_date.outputs.report_date }}-Report.txt" - config_file: CONFIG_FILE - creds_file: CREDS_FILE + config_file: 'dnsconfig.js' + creds_file: 'creds.example.json' - name: Commit and Push Changes id: git_commit_push