fix: [ML-505]: Fix JSON key name for yaml step (#3166)

* fix: [ML-505]: Fix key name for yaml step
BT-10437
Yogesh Chauhan 2025-01-07 05:54:59 +00:00 committed by Harness
parent 9989a5a589
commit e41863edb2
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ type GeneratePipelineStageInput struct {
}
type PipelineStageData struct {
StageYaml string `json:"yaml_step"`
StageYaml string `json:"yaml_stage"`
}
type GeneratePipelineStageOutput struct {

View File

@ -15,7 +15,7 @@
package types
type PipelineStepData struct {
Yaml string `json:"yaml"`
Yaml string `json:"yaml_step"`
}
// create.