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:
Dan McGregor 2019-09-12 03:15:04 +01:00 committed by Andrew Mason
parent ffe7c484ef
commit c3f0a167d0

View File

@ -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 }}
```