ci: fix which branch to show on pr (#7368)
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
77027882a7
commit
3d243d4a16
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-flake.yml
vendored
2
.github/workflows/update-flake.yml
vendored
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue