displayName
amux-triggers action step 9: Post-run pipeline commands
order
9
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 }}
- AMUX_TRIGGER_EVENT_PATH=${{ steps.trigger.outputs.event }}
runScript
set -euo pipefail
bash -euo pipefail -c "$INPUT_POST_RUN"
sourceCitation
packages/triggers/action.yml:223-232