iiRecord
Agentic AI Atlas · amux-triggers action output: event
frontmatter-field:triggers-action-output-eventa5c.ai
II.
FrontmatterField JSON

frontmatter-field:triggers-action-output-event

Structured · live

amux-triggers action output: event 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-event",
  "_kind": "FrontmatterField",
  "_file": "extensions/frontmatter-fields/triggers-action-fields.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "amux-triggers action output: event",
    "name": "event",
    "valueType": "string",
    "required": "yes",
    "defaultValue": "${{ steps.trigger.outputs.event }}",
    "appliesTo": "github-action-output",
    "description": "Path to enriched event JSON."
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "operational-trigger:amux-triggers-action",
      "to": "frontmatter-field:triggers-action-output-event",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    }
  ]
}