mirror of
https://github.com/harness/drone.git
synced 2025-05-21 19:39:59 +08:00
Fix quote location
This commit is contained in:
parent
1260a829d0
commit
8e13d374bc
@ -67,6 +67,6 @@ type RepoPatch struct {
|
|||||||
AllowDeploy *bool `json:"allow_deploy,omitempty"`
|
AllowDeploy *bool `json:"allow_deploy,omitempty"`
|
||||||
AllowTag *bool `json:"allow_tag,omitempty"`
|
AllowTag *bool `json:"allow_tag,omitempty"`
|
||||||
BuildCounter *int `json:"build_counter,omitempty"`
|
BuildCounter *int `json:"build_counter,omitempty"`
|
||||||
Name *string `json:"name",omitempty`
|
Name *string `json:"name,omitempty"`
|
||||||
Owner *string `json:"owner,omitempty"`
|
Owner *string `json:"owner,omitempty"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user