mirror of
https://github.com/langgenius/dify.git
synced 2026-01-07 14:58:32 +00:00
fix: update repository URL format in plugin action component
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user