fix: use flat source format compatible with frontmatter parser
The registry's separateFrontmatter() function trims indentation from each frontmatter line, which breaks nested YAML structures. Use the flat "owner/repo@ref" string format that the registry-server parses with strings.Cut.
This commit is contained in:
parent
d8add4d3c1
commit
0e41e0e750
@ -4,8 +4,7 @@ description: Agent skills for installing, configuring, and developing with Coder
|
||||
icon: ../../../.icons/coder.svg
|
||||
tags: [skill, coder, deployment, terraform, modules, templates]
|
||||
sources:
|
||||
- repo: "coder/skills"
|
||||
ref: "main"
|
||||
- coder/skills@main
|
||||
---
|
||||
|
||||
# Coder Skills
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user