Skip to content

Commit edab39b

Browse files
committed
fix pipe var
1 parent 367447f commit edab39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_pipeline_variable.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ type PipelineVariable struct {
1818
// The value of the variable. If the variable is secured, this will be empty.
1919
Value string `json:"value,omitempty"`
2020
// If true, this variable will be treated as secured. The value will never be exposed in the logs or the REST API.
21-
Secured bool `json:"secured,omitempty"`
21+
Secured bool `json:"secured"`
2222
}

0 commit comments

Comments
 (0)