chore(ci): Fix typo in update-flake-lock workflow

This commit is contained in:
shivaraj-bh 2024-08-05 10:12:25 +05:30
parent b07b3a99d3
commit 43073cea55

View File

@ -36,7 +36,7 @@ jobs:
pr-labels: |
automated
path-to-flake-dir: '${{ matrix.lock-file-dir }}'
branch: "update_flake_lock_${{ martix.lock-file-dir }}"
branch: "update_flake_lock_${{ matrix.lock-file-dir }}"
token: ${{ steps.github-app-token.outputs.token }}
- run: "gh pr merge --auto --rebase --delete-branch ${{ steps.update-flake-lock.outputs.pull-request-number }}"
env: