iiRecord
Agentic AI Atlas · adapters-triggers action step 4: Install harness
github-action-step:triggers-action-install-harnessa5c.ai
II.
GithubActionStep JSON

github-action-step:triggers-action-install-harness

Structured · live

adapters-triggers action step 4: Install harness 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-install-harness",
  "_kind": "GithubActionStep",
  "_file": "extensions/github-action-steps/triggers-action-steps.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "adapters-triggers action step 4: Install harness",
    "order": 4,
    "stepName": "Install harness",
    "shell": "bash",
    "conditional": "${{ inputs.harness != '' || inputs.adapter != '' }}",
    "envVars": [
      "ACTION_ROOT=${{ github.action_path }}",
      "INPUT_HARNESS=${{ inputs.harness || inputs.adapter }}",
      "INPUT_WORKING_DIRECTORY=${{ inputs.working-directory }}"
    ],
    "runScript": "set -euo pipefail\nREPO_ROOT=$(cd \"$ACTION_ROOT/../..\" && pwd)\ncd \"$INPUT_WORKING_DIRECTORY\"\nnode \"$REPO_ROOT/packages/adapters/cli/dist/index.js\" install \"$INPUT_HARNESS\" || true\n",
    "sourceCitation": "packages/triggers-adapter/action.yml:158-169"
  },
  "outgoingEdges": [
    {
      "from": "github-action-step:triggers-action-install-harness",
      "to": "operational-trigger:adapters-triggers-action",
      "kind": "executed_by_trigger",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "operational-trigger:adapters-triggers-action",
      "to": "github-action-step:triggers-action-install-harness",
      "kind": "executes_step",
      "attributes": {}
    }
  ]
}