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 26, 2024
1 parent ad116a6 commit c8cdea9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dnscontrol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ jobs:
args: check
config_file: 'dnsconfig.js'
creds_file: 'creds.example.json'
- name: Get Date
id: get_date
run: echo "::set-output name=report_date::$(date +'%Y-%m-%d')"
- name: Push
id: dnscontrol_push
uses: is-cool-me/[email protected]
with:
args: push --notify --report ${{ env.REPORT_PATH }}
args: push --notify --report "./reports/${{ steps.get_date.outputs.report_date }}-Report.txt"
config_file: 'dnsconfig.js'
creds_file: 'creds.example.json'
- name: Commit and Push Changes
Expand Down

0 comments on commit c8cdea9

Please sign in to comment.