II.
FrontmatterField JSON
Structured · livefrontmatter-field:triggers-action-input-command
adapters-triggers action input: command json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "frontmatter-field:triggers-action-input-command",
"_kind": "FrontmatterField",
"_file": "extensions/frontmatter-fields/triggers-action-fields.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "adapters-triggers action input: command",
"name": "command",
"valueType": "string",
"required": "no",
"defaultValue": "launch",
"appliesTo": "github-action-input",
"description": "adapters command to execute after trigger evaluation."
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "operational-trigger:adapters-triggers-action",
"to": "frontmatter-field:triggers-action-input-command",
"kind": "defines_frontmatter_field",
"attributes": {}
}
]
}