Skip to content

Commit

Permalink
Merge pull request #302 from OctopusDeploy/huy/2025/1/sc-103259-runbo…
Browse files Browse the repository at this point in the history
…ok-run-not-check-scope-variable

feat: Update runbook preview response add form field
  • Loading branch information
HuyPhanNguyen authored Feb 10, 2025
2 parents 8c18615 + 64484b4 commit cc9533b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/runbooks/run_preview.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
)

type RunPreview struct {
Form *deployments.Form `json:"Form,omitempty"`
StepsToExecute []*deployments.DeploymentTemplateStep `json:"StepsToExecute,omitempty"`
UseGuidedFailureModeByDefault bool `json:"UseGuidedFailureModeByDefault"`
}

0 comments on commit cc9533b

Please sign in to comment.