Skip to content

fix: quote SKILL.md description to prevent YAML mapping parse error - #172

Open
RollPatrol wants to merge 1 commit into
dynamics365ninja:mainfrom
RollPatrol:fix/skill-frontmatter-yaml-colon
Open

fix: quote SKILL.md description to prevent YAML mapping parse error#172
RollPatrol wants to merge 1 commit into
dynamics365ninja:mainfrom
RollPatrol:fix/skill-frontmatter-yaml-colon

Conversation

@RollPatrol

Copy link
Copy Markdown
Contributor

The unquoted description value contained 'project: writing' which the YAML parser interpreted as a new mapping key at line 3, column 150, causing the error:

Error in user YAML: mapping values are not allowed in this context
at line 2 column 150

Wrapping the description in double quotes makes it a valid YAML scalar.

The unquoted description value contained 'project: writing' which the
YAML parser interpreted as a new mapping key at line 3, column 150,
causing the error:

  Error in user YAML: mapping values are not allowed in this context
  at line 2 column 150

Wrapping the description in double quotes makes it a valid YAML scalar.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant