II.
FrontmatterField JSON
Structured · livefrontmatter-field:triggers-action-output-exit-code
amux-triggers action output: exit-code json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "frontmatter-field:triggers-action-output-exit-code",
"_kind": "FrontmatterField",
"_file": "extensions/frontmatter-fields/triggers-action-fields.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux-triggers action output: exit-code",
"name": "exit-code",
"valueType": "string",
"required": "no",
"defaultValue": "${{ steps.amux.outputs.exit-code }}",
"appliesTo": "github-action-output",
"description": "agent-mux exit code. Empty when trigger did not match."
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "operational-trigger:amux-triggers-action",
"to": "frontmatter-field:triggers-action-output-exit-code",
"kind": "defines_frontmatter_field",
"attributes": {}
}
]
}