Fix instructions (#13)
Version is tagged as `v0.1.2` not `0.1.2`. Update instructions to accurately reflect that.
This commit is contained in:
parent
ffe7c484ef
commit
c3f0a167d0
@ -12,7 +12,7 @@ Add the following to your GitHub action workflow:
|
||||
|
||||
```yaml
|
||||
- name: Rubocop Linter
|
||||
uses: andrewmcodes/rubocop-linter-action@0.1.2
|
||||
uses: andrewmcodes/rubocop-linter-action@v0.1.2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
```
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y postgresql-client libpq-dev
|
||||
- name: Rubocop Linter
|
||||
uses: andrewmcodes/rubocop-linter-action@0.1.2
|
||||
uses: andrewmcodes/rubocop-linter-action@v0.1.2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user