Skip to content

Commit

Permalink
Update README to use v4 instead of v3
Browse files Browse the repository at this point in the history
  • Loading branch information
wblondel committed Nov 14, 2023
1 parent 4daf513 commit 741a823
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DNSControl Action

![](https://github.com/koenrh/dnscontrol-action/workflows/build/badge.svg)
![](https://github.com/wblondel/dnscontrol-action/workflows/build/badge.svg)

Deploy your DNS configuration using [GitHub Actions](https://github.com/actions)
using [DNSControl](https://github.com/StackExchange/dnscontrol/).
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2

- name: DNSControl check
uses: koenrh/dnscontrol-action@v3
uses: wblondel/dnscontrol-action@v4
with:
args: check

Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v3

- name: DNSControl preview
uses: koenrh/dnscontrol-action@v3
uses: wblondel/dnscontrol-action@v4
id: dnscontrol_preview
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- uses: actions/checkout@v3

- name: DNSControl push
uses: koenrh/dnscontrol-action@v3
uses: wblondel/dnscontrol-action@v4
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
with:
Expand Down

0 comments on commit 741a823

Please sign in to comment.