iiRecord
Agentic AI Atlas · adapters-triggers action step 10: Post-run pipeline commands
github-action-step:triggers-action-post-runa5c.ai
II.
GithubActionStep JSON

github-action-step:triggers-action-post-run

Structured · live

adapters-triggers action step 10: Post-run pipeline commands json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/github-action-steps/triggers-action-steps.yamlCluster · extensions
Record JSON
{
  "id": "github-action-step:triggers-action-post-run",
  "_kind": "GithubActionStep",
  "_file": "extensions/github-action-steps/triggers-action-steps.yaml",
  "_cluster": "extensions",
  "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\nbash -euo pipefail -c \"$INPUT_POST_RUN\"\n",
    "sourceCitation": "packages/triggers-adapter/action.yml:362-372"
  },
  "outgoingEdges": [
    {
      "from": "github-action-step:triggers-action-post-run",
      "to": "operational-trigger:adapters-triggers-action",
      "kind": "executed_by_trigger",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "operational-trigger:adapters-triggers-action",
      "to": "github-action-step:triggers-action-post-run",
      "kind": "executes_step",
      "attributes": {}
    }
  ]
}