Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Aug 12, 2022
1 parent a440e65 commit 249820d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you don't need to change anything (config-wise), add this step into your Acti

```yaml
- name: Antlers
uses: duncanmcclean/antlers-action@0.0.8
uses: steadfast-collective/antlers-action@1.0.0
```
> Note: this action **won't automatically commit changes** to your repository. You'll need to use another action, like [`git-auto-commit-action`](https://github.com/stefanzweifel/git-auto-commit-action) to handle this.
Expand All @@ -17,7 +17,7 @@ The `antlers-formatter` package which this action uses under the hood, allows fo

```yaml
- name: Antlers
uses: duncanmcclean/antlers-action@0.0.8
uses: steadfast-collective/antlers-action@1.0.0
with:
file: resources/views/layout.antlers.html
directory: resources/views # this action defaults to resources/views
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
fetch-depth: 2
- name: Antlers
uses: duncanmcclean/antlers-action@0.0.8
uses: steadfast-collective/antlers-action@1.0.0
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 249820d

Please sign in to comment.