Update README.md

Add v0.1.2 into examples.
This commit is contained in:
Andrew Mason 2019-09-02 23:42:43 -04:00 committed by GitHub
parent e54aa7c9bf
commit ffe7c484ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Add the following to your GitHub action workflow:
```yaml ```yaml
- name: Rubocop Linter - name: Rubocop Linter
uses: andrewmcodes/rubocop-linter-action@0.1.1 uses: andrewmcodes/rubocop-linter-action@0.1.2
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
``` ```
@ -40,7 +40,7 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get install -y postgresql-client libpq-dev sudo apt-get install -y postgresql-client libpq-dev
- name: Rubocop Linter - name: Rubocop Linter
uses: andrewmcodes/rubocop-linter-action@0.1.1 uses: andrewmcodes/rubocop-linter-action@0.1.2
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
``` ```