iiRecord
Agentic AI Atlas · adapters-triggers action step 6: Install plugins (legacy)
github-action-step:triggers-action-install-pluginsa5c.ai
II.
GithubActionStep overview

github-action-step:triggers-action-install-plugins

Reference · live

adapters-triggers action step 6: Install plugins (legacy) overview

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

GithubActionStepOutgoing · 1Incoming · 1

Attributes

displayName
adapters-triggers action step 6: Install plugins (legacy)
order
6
stepName
Install plugins (legacy)
shell
bash
conditional
${{ inputs.plugins != '' }}
envVars
  • ACTION_ROOT=${{ github.action_path }}
  • INPUT_ADAPTER=${{ inputs.adapter || inputs.harness }}
  • INPUT_PLUGINS=${{ inputs.plugins }}
runScript
set -euo pipefail REPO_ROOT=$(cd "$ACTION_ROOT/../.." && pwd) while IFS= read -r plugin; do [ -z "$plugin" ] && continue node "$REPO_ROOT/packages/adapters/cli/dist/index.js" plugin install "$INPUT_ADAPTER" "$plugin" done <<< "$INPUT_PLUGINS"
sourceCitation
packages/triggers-adapter/action.yml:201-211

Outgoing edges

executed_by_trigger1

Incoming edges

executes_step1