displayName
amux-triggers action step 7a: Pre-run pipeline commands
order
7
stepName
Pre-run pipeline commands
shell
bash
workingDirectory
${{ inputs.working-directory }}
conditional
${{ steps.trigger.outputs.matched == 'true' && inputs.pre-run != '' }}
envVars
- INPUT_PRE_RUN=${{ inputs.pre-run }}
- AMUX_TRIGGER_EVENT_PATH=${{ steps.trigger.outputs.event }}
runScript
set -euo pipefail
bash -euo pipefail -c "$INPUT_PRE_RUN"
sourceCitation
packages/triggers/action.yml:174-183