ci: fix which branch to show on pr (#7368)

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-07-02 08:45:36 -05:00 committed by GitHub
parent 77027882a7
commit 3d243d4a16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ jobs:
git-author-name: ${{ steps.user-info.outputs.name }}
git-author-email: ${{ steps.user-info.outputs.email }}
pr-labels: dependencies
pr-title: "[${{ github.ref_name }}] flake.lock: Update"
pr-title: "[${{ matrix.branch }}] flake.lock: Update"
pr-body: |
Automated update by the [update-flake-lock] GitHub Action.