II.
GithubActionStep JSON
Structured · livegithub-action-step:triggers-action-post-run
amux-triggers action step 9: Post-run pipeline commands json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "github-action-step:triggers-action-post-run",
"_kind": "GithubActionStep",
"_file": "extensions/github-action-steps/triggers-action-steps.yaml",
"_cluster": "extensions",
"attributes": {
"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\nbash -euo pipefail -c \"$INPUT_POST_RUN\"\n",
"sourceCitation": "packages/triggers/action.yml:223-232"
},
"outgoingEdges": [
{
"from": "github-action-step:triggers-action-post-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-post-run",
"kind": "executes_step",
"attributes": {}
}
]
}