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

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

Reference · live

adapters-triggers action step 4: Install harness overview

Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for github-action-step:triggers-action-install-harness.

GithubActionStepOutgoing · 1Incoming · 1

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 REPO_ROOT=$(cd "$ACTION_ROOT/../.." && pwd) cd "$INPUT_WORKING_DIRECTORY" node "$REPO_ROOT/packages/adapters/cli/dist/index.js" install "$INPUT_HARNESS" || true
sourceCitation
packages/triggers-adapter/action.yml:158-169

Outgoing edges

executed_by_trigger1

Incoming edges

executes_step1