File tree Expand file tree Collapse file tree 5 files changed +156
-32
lines changed Expand file tree Collapse file tree 5 files changed +156
-32
lines changed Original file line number Diff line number Diff line change 6
6
workflow_dispatch : # Allow manual triggering
7
7
inputs :
8
8
strategy :
9
- description : ' Update strategy'
9
+ description : Update strategy
10
10
required : false
11
- default : ' patch'
11
+ default : patch
12
12
type : choice
13
13
options :
14
14
- all
15
15
- major
16
16
- minor
17
17
- patch
18
18
dry_run :
19
- description : ' Dry run (preview only)'
19
+ description : Dry run (preview only)
20
20
required : false
21
21
default : false
22
22
type : boolean
Original file line number Diff line number Diff line change 6
6
workflow_dispatch : # Allow manual triggering
7
7
inputs :
8
8
strategy :
9
- description : ' Update strategy'
9
+ description : Update strategy
10
10
required : false
11
- default : ' major'
11
+ default : major
12
12
type : choice
13
13
options :
14
14
- all
15
15
- major
16
16
- minor
17
17
- patch
18
18
dry_run :
19
- description : ' Dry run (preview only)'
19
+ description : Dry run (preview only)
20
20
required : false
21
21
default : false
22
22
type : boolean
Original file line number Diff line number Diff line change 6
6
workflow_dispatch : # Allow manual triggering
7
7
inputs :
8
8
strategy :
9
- description : ' Update strategy'
9
+ description : Update strategy
10
10
required : false
11
- default : ' minor'
11
+ default : minor
12
12
type : choice
13
13
options :
14
14
- all
15
15
- major
16
16
- minor
17
17
- patch
18
18
dry_run :
19
- description : ' Dry run (preview only)'
19
+ description : Dry run (preview only)
20
20
required : false
21
21
default : false
22
22
type : boolean
You can’t perform that action at this time.
0 commit comments