iiRecord
Agentic AI Atlas · adapters-triggers action step 3: Build adapters action runtime
github-action-step:triggers-action-build-runtimea5c.ai
II.
GithubActionStep JSON

github-action-step:triggers-action-build-runtime

Structured · live

adapters-triggers action step 3: Build adapters action runtime json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/github-action-steps/triggers-action-steps.yamlCluster · extensions
Record JSON
{
  "id": "github-action-step:triggers-action-build-runtime",
  "_kind": "GithubActionStep",
  "_file": "extensions/github-action-steps/triggers-action-steps.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "adapters-triggers action step 3: Build adapters action runtime",
    "order": 3,
    "stepName": "Build adapters action runtime",
    "shell": "bash",
    "envVars": [
      "ACTION_ROOT=${{ github.action_path }}"
    ],
    "runScript": "set -euo pipefail\nREPO_ROOT=$(cd \"$ACTION_ROOT/../..\" && pwd)\ncd \"$REPO_ROOT\"\nnpm ci\nnpm run build:adapters\nnpm run build --workspace=@a5c-ai/triggers-adapter\n",
    "sourceCitation": "packages/triggers-adapter/action.yml:91-101"
  },
  "outgoingEdges": [
    {
      "from": "github-action-step:triggers-action-build-runtime",
      "to": "operational-trigger:adapters-triggers-action",
      "kind": "executed_by_trigger",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "operational-trigger:adapters-triggers-action",
      "to": "github-action-step:triggers-action-build-runtime",
      "kind": "executes_step",
      "attributes": {}
    }
  ]
}