fix: update repository URL format in plugin action component

This commit is contained in:
twwu 2024-11-08 11:33:35 +08:00
parent 020d4baf92
commit 4d3ffbb6f0

View File

@ -71,7 +71,7 @@ const Action: FC<Props> = ({
github: {
originalPackageInfo: {
id: installationId,
repo: `https://github.com/${meta!.repo}`,
repo: meta!.repo,
version: meta!.version,
package: meta!.package,
},