Skip to content

Commit

Permalink
chore(ci): Fix typo in update-flake-lock workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Aug 5, 2024
1 parent b07b3a9 commit 43073ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 43073ce

Please sign in to comment.