ci: fix typo

This commit is contained in:
mudler 2023-05-04 15:04:41 +02:00
parent ebcd10d66f
commit a8172a0f4e

View File

@ -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: