Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maZahaca authored May 22, 2020
1 parent d1a981c commit 59af706
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
Expand Up @@ -13,11 +13,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: kriasoft/create-dns-record@v1
- uses: infraway/create-dns-record@v1
with:
type: "CNAME"
name: "{PR}-review.example.com"
content: "example.com"
type: "A"
name: "review.example.com"
content: "10.10.10.10"
ttl: 1
proxied: true
token: ${{ secrets.CLOUDFLARE_TOKEN }}
Expand Down

0 comments on commit 59af706

Please sign in to comment.