Skip to content

Commit

Permalink
docs: correct example (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored Feb 15, 2021
1 parent d75c074 commit 75267aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Use Angular ${{ matrix.angular-version }}
uses: ngworker/angular-versions-action@v1
with:
angular-version: ${{ matrix.angular-version }}
angular_version: ${{ matrix.angular-version }}

- run: yarn install
- run: yarn lint
Expand Down

0 comments on commit 75267aa

Please sign in to comment.