From ab08c5949d23eefa221d7f840307f4f63ecf4f59 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Sun, 17 May 2020 17:40:28 -0700 Subject: [PATCH] chore(update_dependencies): fix typo exclude->excludes --- .github/workflows/update_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index 23ce1ab5..ab8b859f 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -26,7 +26,7 @@ jobs: id: upgrade uses: ui-router/publish-scripts/actions/upgrade@actions-upgrade-v1.0.3 with: - exclude: ${{ matrix.excludes }} + excludes: ${{ matrix.excludes }} deptype: ${{ matrix.deptype }} latest: ${{ matrix.latest }} - name: Create Pull Request