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 8761784 commit 5526ff1Copy full SHA for 5526ff1
.github/workflows/update-dependencies.yml
@@ -80,7 +80,7 @@ jobs:
80
branch: update-dependency/${{ matrix.key }}/${{ inputs.openstack_version }}
81
delete-branch: true
82
title: >-
83
- Bump ${{ inputs.openstack_version }} ${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}
+ Bump ${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}
84
body: >
85
This PR was created automatically to update ${{ inputs.openstack_version }}
86
${{ matrix.key }} to ${{ steps.latest_tag.outputs.latest_tag }}.
0 commit comments