We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f920fc commit 48af926Copy full SHA for 48af926
pipelines.go
@@ -124,8 +124,8 @@ type BitbucketTrigerPipelineRequestBody struct {
124
Type string `json:"type"`
125
Pattern string `json:"pattern"`
126
} `json:"selector"`
127
- Variables string `json:"variables"`
128
} `json:"target"`
+ Variables string `json:"variables"`
129
}
130
131
func (p *Pipelines) TriggerPipeline(po *PipelinesOptions, body *BitbucketTrigerPipelineRequestBody) (interface{}, error) {
0 commit comments