mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-24 16:37:36 +00:00
chore: publish from staged
This commit is contained in:
@@ -1018,7 +1018,7 @@ function generateCanvasManifest(gitDates, commitSha) {
|
||||
const canvasEntries = canvases.length > 0
|
||||
? canvases
|
||||
: [{ id: dir.name, displayName: formatDisplayName(dir.name), description: extensionDescription }];
|
||||
const installUrl = `https://github.com/github/awesome-copilot/tree/${commitSha}/${relPath.replace(
|
||||
const installUrl = `https://github.com/github/awesome-copilot/tree/main/${relPath.replace(
|
||||
/\\/g,
|
||||
"/"
|
||||
)}`;
|
||||
|
||||
Reference in New Issue
Block a user