Skip to content

Commit 13286ad

Browse files
committed
update README
Signed-off-by: Joseph Kato <joseph@jdkato.io>
1 parent dcded78 commit 13286ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: errata-ai/vale-action@v2.1.1
24+
- uses: vale-cli/vale-action@v2.1.1
2525
```
2626
2727
> [!TIP]
@@ -75,7 +75,7 @@ To add an input, edit your workflow file and add the `with` key to the `uses`
7575
block. For example:
7676

7777
```yaml
78-
- uses: errata-ai/vale-action@v2.1.1
78+
- uses: vale-cli/vale-action@v2.1.1
7979
with:
8080
version: 2.17.0
8181
```

0 commit comments

Comments
 (0)