Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates to README #70

Merged
merged 3 commits into from
May 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: DNSControl preview
uses: koenrh/dnscontrol-action@v3
Expand Down Expand Up @@ -99,7 +99,7 @@ GitHub Action.

```yaml
- name: Preview pull request comment
uses: unsplash/comment-on-pr@v1.2.0
uses: unsplash/comment-on-pr@v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -112,7 +112,7 @@ GitHub Action.

### 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.

Running the action with the 'push' argument will publish the changes with the
Expand All @@ -131,7 +131,7 @@ jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: DNSControl push
uses: koenrh/dnscontrol-action@v3
Expand Down