iiRecord
Agentic AI Atlas · adapters-triggers action step 10: Post-run pipeline commands
github-action-step:triggers-action-post-runa5c.ai
II.
GithubActionStep overview

github-action-step:triggers-action-post-run

Reference · live

adapters-triggers action step 10: Post-run pipeline commands overview

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

GithubActionStepOutgoing · 1Incoming · 1

Attributes

displayName
adapters-triggers action step 10: Post-run pipeline commands
order
10
stepName
Post-run pipeline commands
shell
bash
workingDirectory
${{ inputs.working-directory }}
conditional
${{ steps.trigger.outputs.matched == 'true' && inputs.post-run != '' }}
envVars
  • INPUT_POST_RUN=${{ inputs.post-run }}
  • AGENT_MUX_TRIGGER_EVENT_PATH=${{ steps.trigger.outputs.event }}
runScript
set -euo pipefail bash -euo pipefail -c "$INPUT_POST_RUN"
sourceCitation
packages/triggers-adapter/action.yml:362-372

Outgoing edges

executed_by_trigger1

Incoming edges

executes_step1