fix: update step failed in ParseStep

This commit is contained in:
lilong.129
2025-06-18 11:30:39 +08:00
parent d20504f41f
commit 64ed72057f
5 changed files with 10 additions and 22 deletions

View File

@@ -26,10 +26,7 @@ func (s *StepRendezvous) Type() StepType {
}
func (s *StepRendezvous) Config() *StepConfig {
return &StepConfig{
StepName: s.StepName,
Variables: s.Variables,
}
return &s.StepConfig
}
func (s *StepRendezvous) Run(r *SessionRunner) (*StepResult, error) {