fix: update repository URL format in plugin action component

pull/12372/head
twwu 1 year ago
parent 020d4baf92
commit 4d3ffbb6f0

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

Loading…
Cancel
Save