forked from Gitlink/forgeplus-react
webhook地址添加repo_type参数
This commit is contained in:
parent
9cd3b14db6
commit
84d8234fb8
|
|
@ -233,7 +233,7 @@ function EditStore(props){
|
|||
<Input
|
||||
id="webhook"
|
||||
className="mt10 mb15 copyWebhookInput"
|
||||
value={`${window.location.origin}/api/v1/${owner}/${projectsId}/sync_repositories/sync?sync_direction=2`}
|
||||
value={`${window.location.origin}/api/v1/${owner}/${projectsId}/sync_repositories/sync?sync_direction=2&repo_type=SyncRepositories::${platform}`}
|
||||
readOnly
|
||||
addonAfter={<a onClick={inviteClick}>复制链接</a>}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue