II.
GithubActionStep JSON
Structured · livegithub-action-step:triggers-action-setup-node
adapters-triggers action step 1: Setup Node.js json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "github-action-step:triggers-action-setup-node",
"_kind": "GithubActionStep",
"_file": "extensions/github-action-steps/triggers-action-steps.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "adapters-triggers action step 1: Setup Node.js",
"order": 1,
"stepName": "Setup Node.js",
"shell": "none",
"usesRef": "actions/setup-node@v4",
"envVars": [],
"sourceCitation": "packages/triggers-adapter/action.yml:80-83"
},
"outgoingEdges": [
{
"from": "github-action-step:triggers-action-setup-node",
"to": "operational-trigger:adapters-triggers-action",
"kind": "executed_by_trigger",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "operational-trigger:adapters-triggers-action",
"to": "github-action-step:triggers-action-setup-node",
"kind": "executes_step",
"attributes": {}
}
]
}