ci: Set the default start_from job to be empty [skip ci]
This commit is contained in:
@@ -22,9 +22,10 @@ on:
|
|||||||
start_from:
|
start_from:
|
||||||
description: "Specify the job to start from"
|
description: "Specify the job to start from"
|
||||||
required: false
|
required: false
|
||||||
default: "bump"
|
default: ""
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
|
- ""
|
||||||
- bump
|
- bump
|
||||||
- release-plz
|
- release-plz
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user