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 12d3026 commit f535762Copy full SHA for f535762
.github/workflows/make-bump.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
createBranches:
14
- name: "Branch ${{ github.event.inputs.version }} Clients"
+ name: "Bump ${{ github.event.inputs.version }} on branch ${{ github.event.inputs.branch }} "
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v2
@@ -25,7 +25,7 @@ jobs:
25
with:
26
token: ${{ secrets.GITHUB_TOKEN }}
27
branch: "feature/${{ github.event.inputs.branch }}/bump-version"
28
- base: "${{ github.event.inputs.version }}"
+ base: "${{ github.event.inputs.branch }}"
29
delete-branch: true
30
commit-message: "[version] ${{ github.event.inputs.version }} bump"
31
title: '[version] ${{ github.event.inputs.version }} bump'
0 commit comments