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