Skip to content

Commit 5b30887

Browse files
Include version in title
1 parent 6503664 commit 5b30887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
branch: update-dependency/${{ matrix.key }}/${{ inputs.openstack_version }}
7777
delete-branch: true
7878
title: >-
79-
Bump ${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}
79+
Bump ${{ inputs.openstack_version }} ${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}
8080
body: >
81-
This PR was created automatically to update
81+
This PR was created automatically to update ${{ inputs.openstack_version }}
8282
${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}.

0 commit comments

Comments
 (0)