amux-triggers action step 7a: Pre-run pipeline commands
github-action-step:triggers-action-pre-run
GithubActionStepextensions/github-action-steps/triggers-action-steps.yaml·Open in Graph → {
"id": "github-action-step:triggers-action-pre-run",
"_kind": "GithubActionStep",
"_file": "extensions/github-action-steps/triggers-action-steps.yaml",
"_cluster": "extensions",
"attributes": {
"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\nbash -euo pipefail -c \"$INPUT_PRE_RUN\"\n",
"sourceCitation": "packages/triggers/action.yml:174-183"
},
"outgoingEdges": [
{
"from": "github-action-step:triggers-action-pre-run",
"to": "operational-trigger:amux-triggers-action",
"kind": "executed_by_trigger",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "operational-trigger:amux-triggers-action",
"to": "github-action-step:triggers-action-pre-run",
"kind": "executes_step",
"attributes": {}
}
]
}