From a6b1603c070dd86d2c36baea85467a0a92132af9 Mon Sep 17 00:00:00 2001 From: Jimmy Briggs Date: Mon, 26 Feb 2024 12:56:39 -0500 Subject: [PATCH] Update rollback.yml --- .github/workflows/rollback.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rollback.yml b/.github/workflows/rollback.yml index bf24c1c..a52d50e 100644 --- a/.github/workflows/rollback.yml +++ b/.github/workflows/rollback.yml @@ -34,8 +34,8 @@ jobs: uses: is-cool-me/dnscontrol-action@v4.7.3 with: args: push --notify --report "./reports/${{ steps.get_date.outputs.report_date }}-ROLLBACK-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