II.
GithubActionStep overview
Reference · livegithub-action-step:triggers-action-install-harness
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.
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
- operational-trigger:adapters-triggers-action·OperationalTriggerAgent Adapter — reusable GitHub Action composite
Incoming edges
executes_step1
- operational-trigger:adapters-triggers-action·OperationalTriggerAgent Adapter — reusable GitHub Action composite