Skip to content

Commit 48af926

Browse files
committed
update BitbucketTrigerPipelineRequestBody
1 parent 3f920fc commit 48af926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ type BitbucketTrigerPipelineRequestBody struct {
124124
Type string `json:"type"`
125125
Pattern string `json:"pattern"`
126126
} `json:"selector"`
127-
Variables string `json:"variables"`
128127
} `json:"target"`
128+
Variables string `json:"variables"`
129129
}
130130

131131
func (p *Pipelines) TriggerPipeline(po *PipelinesOptions, body *BitbucketTrigerPipelineRequestBody) (interface{}, error) {

0 commit comments

Comments
 (0)