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: