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 4
4
workflow_dispatch :
5
5
inputs :
6
6
version :
7
- description : ' Version to bump to'
7
+ description : " Version to bump to"
8
8
required : true
9
- default : ' patch'
9
+ default : " patch"
10
10
jobs :
11
11
bump-version :
12
12
runs-on : ubuntu-latest
@@ -27,11 +27,11 @@ jobs:
27
27
- name : Create PR
28
28
uses : peter-evans/create-pull-request@v4
29
29
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 }}"
32
32
base : main
33
33
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>"
37
37
labels : version-bump
You can’t perform that action at this time.
0 commit comments