Skip to content

Commit 0a86aec

Browse files
committed
update pod event
1 parent 6d1efaf commit 0a86aec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployment.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ type StepActions struct {
5353
Actions []struct {
5454
Action string `json:"action"` // 1.1.2 and after
5555
Type string `json:"type"` // 1.1.1 and before
56-
App string `json:"app"`
56+
App string `json:"app,omitempty"`
57+
Pod string `json:"pod,omitempty"`
5758
}
5859
}
5960

0 commit comments

Comments
 (0)