II.
GithubActionStep overview
Reference · livegithub-action-step:triggers-action-install-plugins
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.
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
- 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