iiRecord
Agentic AI Atlas · adapters-triggers action output: matched
frontmatter-field:triggers-action-output-matcheda5c.ai
II.
FrontmatterField JSON

frontmatter-field:triggers-action-output-matched

Structured · live

adapters-triggers action output: matched json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/frontmatter-fields/triggers-action-fields.yamlCluster · extensions
Record JSON
{
  "id": "frontmatter-field:triggers-action-output-matched",
  "_kind": "FrontmatterField",
  "_file": "extensions/frontmatter-fields/triggers-action-fields.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "adapters-triggers action output: matched",
    "name": "matched",
    "valueType": "bool",
    "required": "yes",
    "defaultValue": "${{ steps.trigger.outputs.matched }}",
    "appliesTo": "github-action-output",
    "description": "Whether trigger-query matched the enriched event."
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "operational-trigger:adapters-triggers-action",
      "to": "frontmatter-field:triggers-action-output-matched",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    }
  ]
}