II.
FrontmatterField JSON
Structured · livefrontmatter-field:triggers-action-input-args-json
amux-triggers action input: args-json json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "frontmatter-field:triggers-action-input-args-json",
"_kind": "FrontmatterField",
"_file": "extensions/frontmatter-fields/triggers-action-fields.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "amux-triggers action input: args-json",
"name": "args-json",
"valueType": "string",
"required": "no",
"appliesTo": "github-action-input",
"description": "JSON string array of additional arguments passed to amux after the command. Prefer this for values containing spaces or shell-sensitive characters."
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "operational-trigger:amux-triggers-action",
"to": "frontmatter-field:triggers-action-input-args-json",
"kind": "defines_frontmatter_field",
"attributes": {}
}
]
}