From a8172a0f4ef05ed18530f27ed74136cbf568d6f4 Mon Sep 17 00:00:00 2001 From: mudler Date: Thu, 4 May 2023 15:04:41 +0200 Subject: [PATCH] ci: fix typo --- .github/workflows/bump_deps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump_deps.yaml b/.github/workflows/bump_deps.yaml index da7d09a..2b5c07d 100644 --- a/.github/workflows/bump_deps.yaml +++ b/.github/workflows/bump_deps.yaml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v3 - name: Bump dependencies 🔧 run: | - bash .github/bump_deps.sh ${{ matrix.repo }} ${{ matrix.branch }} ${{ matrix.variable }} + bash .github/bump_deps.sh ${{ matrix.repository }} ${{ matrix.branch }} ${{ matrix.variable }} - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: