diff --git a/web/app/components/plugins/plugin-item/action.tsx b/web/app/components/plugins/plugin-item/action.tsx index 9ff38a508b..1c04154094 100644 --- a/web/app/components/plugins/plugin-item/action.tsx +++ b/web/app/components/plugins/plugin-item/action.tsx @@ -71,7 +71,7 @@ const Action: FC = ({ github: { originalPackageInfo: { id: installationId, - repo: `https://github.com/${meta!.repo}`, + repo: meta!.repo, version: meta!.version, package: meta!.package, },