Skip to content

Commit

Permalink
chore(update_dependencies): fix typo exclude->excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed May 18, 2020
1 parent 7996125 commit ab08c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: upgrade
uses: ui-router/publish-scripts/actions/[email protected]
with:
exclude: ${{ matrix.excludes }}
excludes: ${{ matrix.excludes }}
deptype: ${{ matrix.deptype }}
latest: ${{ matrix.latest }}
- name: Create Pull Request
Expand Down

0 comments on commit ab08c59

Please sign in to comment.