File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 inputs :
66 version :
7- description : ' Version to bump to'
7+ description : " Version to bump to"
88 required : true
9- default : ' patch'
9+ default : " patch"
1010jobs :
1111 bump-version :
1212 runs-on : ubuntu-latest
@@ -27,11 +27,11 @@ jobs:
2727 - name : Create PR
2828 uses : peter-evans/create-pull-request@v4
2929 with :
30- title : ' Bump version to ${{ github.event.inputs.version }}'
31- body : ' Bump version to ${{ github.event.inputs.version }}'
30+ title : " Bump version to ${{ github.event.inputs.version }}"
31+ body : " Bump version to ${{ github.event.inputs.version }}"
3232 base : main
3333 branch : ci/version-bump-${{ github.event.inputs.version }}
34- commit-message : ' Bump version to ${{ github.event.inputs.version }}'
35- author : ' github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
36- committer : ' github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
34+ commit-message : " Bump version to ${{ github.event.inputs.version }}"
35+ author : " github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
36+ committer : " github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
3737 labels : version-bump
You can’t perform that action at this time.
0 commit comments