We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1efaf commit 0a86aecCopy full SHA for 0a86aec
deployment.go
@@ -53,7 +53,8 @@ type StepActions struct {
53
Actions []struct {
54
Action string `json:"action"` // 1.1.2 and after
55
Type string `json:"type"` // 1.1.1 and before
56
- App string `json:"app"`
+ App string `json:"app,omitempty"`
57
+ Pod string `json:"pod,omitempty"`
58
}
59
60
0 commit comments