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