mirror of
https://github.com/koenrh/dnscontrol-action.git
synced 2025-01-04 06:12:44 +08:00
Merge pull request #70 from koenrh/update-readme-1
Minor updates to README
This commit is contained in:
commit
1851563cd6
1 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ jobs:
|
||||||
preview:
|
preview:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: DNSControl preview
|
- name: DNSControl preview
|
||||||
uses: koenrh/dnscontrol-action@v3
|
uses: koenrh/dnscontrol-action@v3
|
||||||
|
@ -99,7 +99,7 @@ GitHub Action.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Preview pull request comment
|
- name: Preview pull request comment
|
||||||
uses: unsplash/comment-on-pr@v1.2.0
|
uses: unsplash/comment-on-pr@v1.3.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
@ -112,7 +112,7 @@ GitHub Action.
|
||||||
|
|
||||||
### push
|
### push
|
||||||
|
|
||||||
Run the action with the 'push' arugment to publish the changes to the specified
|
Run the action with the 'push' argument to publish the changes to the specified
|
||||||
DNS providers.
|
DNS providers.
|
||||||
|
|
||||||
Running the action with the 'push' argument will publish the changes with the
|
Running the action with the 'push' argument will publish the changes with the
|
||||||
|
@ -131,7 +131,7 @@ jobs:
|
||||||
push:
|
push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: DNSControl push
|
- name: DNSControl push
|
||||||
uses: koenrh/dnscontrol-action@v3
|
uses: koenrh/dnscontrol-action@v3
|
||||||
|
|
Loading…
Reference in a new issue