mirror of https://github.com/harness/drone.git
fix: [ML-505]: Fix JSON key name for yaml step (#3166)
* fix: [ML-505]: Fix key name for yaml stepBT-10437
parent
9989a5a589
commit
e41863edb2
|
@ -20,7 +20,7 @@ type GeneratePipelineStageInput struct {
|
|||
}
|
||||
|
||||
type PipelineStageData struct {
|
||||
StageYaml string `json:"yaml_step"`
|
||||
StageYaml string `json:"yaml_stage"`
|
||||
}
|
||||
|
||||
type GeneratePipelineStageOutput struct {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
package types
|
||||
|
||||
type PipelineStepData struct {
|
||||
Yaml string `json:"yaml"`
|
||||
Yaml string `json:"yaml_step"`
|
||||
}
|
||||
|
||||
// create.
|
||||
|
|
Loading…
Reference in New Issue