Skip to content

Commit

Permalink
Probably now it will work
Browse files Browse the repository at this point in the history
  • Loading branch information
iostpa committed Oct 11, 2024
1 parent 7803fca commit f525a6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: DNSControl Action
uses: koenrh/[email protected]
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
run: |
echo '{"cloudflare": {"TYPE": "CLOUDFLAREAPI", "accountid": "$CF_ACCOUNT_ID", "apitoken": "$CF_API_TOKEN"}}' > ./creds.json
- name: Install DNSControl
uses: gacts/install-dnscontrol@v1
with:
version: 3.31.4
uses: is-cool-me/[email protected]

- name: Publish DNS Records
run: dnscontrol push
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: DNS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check
uses: koenrh/dnscontrol-action@v3
Expand All @@ -33,10 +33,10 @@ jobs:
name: JSON
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: JSON Syntax Check
uses: limitusus/json-syntax-check@v1
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"
env:
Expand Down

0 comments on commit f525a6a

Please sign in to comment.