Skip to content

Commit

Permalink
created is-cool-me/dnscontrol-action
Browse files Browse the repository at this point in the history
  • Loading branch information
LightHostingFree authored Jan 8, 2024
1 parent a81e2f2 commit 754ca9e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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/is-cool-me/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: is-cool-me/dnscontrol-action@v4.7.3
with:
args: check

Expand All @@ -51,10 +51,10 @@ jobs:
preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: DNSControl preview
uses: koenrh/dnscontrol-action@v3
uses: is-cool-me/dnscontrol-action@v4.7.3
id: dnscontrol_preview
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down Expand Up @@ -131,10 +131,10 @@ jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

0 comments on commit 754ca9e

Please sign in to comment.