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 a12e3a0 commit d6055a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dnscontrol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,18 @@ jobs:
creds_file: 'creds.example.json'

- name: Push
id: dnscontrol_push
uses: is-cool-me/[email protected]
with:
args: push --notify --report "./reports/$(date '+%Y-%m-%d')-Report.txt"
config_file: 'dnsconfig.js'
creds_file: 'creds.example.json'

- name: Commit and Push Changes
id: git_commit_push
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
author_email: 'github-actions[bot]@users.noreply.github.com'
author_name: 'github-actions[bot]'
message: 'chore: github action dnscontrol - ${date}'

0 comments on commit d6055a3

Please sign in to comment.