We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04bc499 commit d1ae439Copy full SHA for d1ae439
.github/workflows/create-prerelease-branch.yml
@@ -141,8 +141,8 @@ jobs:
141
- name: Hop into new branch
142
id: groombranch
143
run: |
144
- git checkout -b groom-changelog-${{github.event.inputs.bumptype}}/${{ steps.version.outputs.version }}
145
- echo "groombranch=groom-changelog-${{github.event.inputs.bumptype}}/${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
+ git checkout -b groom-changelog-${{github.event.inputs.bump_type}}/${{ steps.version.outputs.version }}
+ echo "groombranch=groom-changelog-${{github.event.inputs.bump_type}}/${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
146
147
- name: Add trivial changefile so CI does not complain about the CHANGELOG grooming PR
148
0 commit comments