mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-05 08:39:08 +00:00
chore: publish from main
This commit is contained in:
@@ -100,9 +100,9 @@ export function renderExtensionsHtml(items: RenderableExtension[]): string {
|
||||
const pluginId = item.pluginName || item.id;
|
||||
const ghappInstallUrl =
|
||||
item.external
|
||||
? externalSource
|
||||
? `ghapp://plugins/marketplace/add?source=${encodeURIComponent(
|
||||
externalSource
|
||||
? pluginId
|
||||
? `ghapp://plugins/install?source=${encodeURIComponent(
|
||||
`${pluginId}@awesome-copilot`
|
||||
)}`
|
||||
: ""
|
||||
: pluginId
|
||||
|
||||
Reference in New Issue
Block a user