Skip to content

Commit

Permalink
Merge branch 'main' of github.com:noclocks/dns
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Feb 23, 2024
2 parents 1b6e003 + f756c33 commit 5e1c09e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dnscontrol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

## [Unreleased]

### Documentation

- Fix README

### Features

- Add changelog and pr mgmt
Expand Down

0 comments on commit 5e1c09e

Please sign in to comment.