fix: update repository URL format in plugin action component
This commit is contained in:
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…
Reference in New Issue
Block a user