We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6503664 commit 5b30887Copy full SHA for 5b30887
.github/workflows/update-dependencies.yml
@@ -76,7 +76,7 @@ jobs:
76
branch: update-dependency/${{ matrix.key }}/${{ inputs.openstack_version }}
77
delete-branch: true
78
title: >-
79
- Bump ${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}
+ Bump ${{ inputs.openstack_version }} ${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}
80
body: >
81
- This PR was created automatically to update
+ This PR was created automatically to update ${{ inputs.openstack_version }}
82
${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}.
0 commit comments