II.
FrontmatterField JSON
Structured · livefrontmatter-field:triggers-action-output-matched
adapters-triggers action output: matched json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}