Skip to content

Commit

Permalink
Update readme standard-ruby-action name change
Browse files Browse the repository at this point in the history
  • Loading branch information
leequarella committed May 31, 2022
1 parent 18987b5 commit 4a050a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add the following to your GitHub action workflow to use StandardRB Linter Action

```yaml
- name: StandardRB Linter
uses: testdouble/standardrb[email protected]
uses: testdouble/standard-ruby[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: StandardRB Linter
uses: testdouble/standardrb[email protected]
uses: testdouble/standard-ruby[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit 4a050a0

Please sign in to comment.