webhook地址添加repo_type参数

This commit is contained in:
谢思 2024-05-07 15:48:01 +08:00
parent 9cd3b14db6
commit 84d8234fb8
1 changed files with 1 additions and 1 deletions

View File

@ -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>}
/>