iiRecord
Agentic AI Atlas · amux-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

amux-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": "amux-triggers action step 4: Install harness",
    "order": 4,
    "stepName": "Install harness",
    "shell": "bash",
    "conditional": "${{ inputs.harness != '' }}",
    "envVars": [
      "ACTION_ROOT=${{ github.action_path }}",
      "INPUT_HARNESS=${{ inputs.harness }}",
      "INPUT_WORKING_DIRECTORY=${{ inputs.working-directory }}"
    ],
    "runScript": "set -euo pipefail\nREPO_ROOT=$(cd \"$ACTION_ROOT/../..\" && pwd)\ncd \"$INPUT_WORKING_DIRECTORY\"\nnode \"$REPO_ROOT/packages/agent-mux/sdk/dist/bin/amux.js\" install \"$INPUT_HARNESS\"\n",
    "sourceCitation": "packages/triggers/action.yml:103-114"
  },
  "outgoingEdges": [
    {
      "from": "github-action-step:triggers-action-install-harness",
      "to": "operational-trigger:amux-triggers-action",
      "kind": "executed_by_trigger",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "operational-trigger:amux-triggers-action",
      "to": "github-action-step:triggers-action-install-harness",
      "kind": "executes_step",
      "attributes": {}
    }
  ]
}