iiRecord
Agentic AI Atlas · adapters-triggers action step 8: Pre-run pipeline commands
github-action-step:triggers-action-pre-runa5c.ai
II.
GithubActionStep JSON

github-action-step:triggers-action-pre-run

Structured · live

adapters-triggers action step 8: Pre-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-pre-run",
  "_kind": "GithubActionStep",
  "_file": "extensions/github-action-steps/triggers-action-steps.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "adapters-triggers action step 8: Pre-run pipeline commands",
    "order": 8,
    "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 }}",
      "AGENT_MUX_TRIGGER_EVENT_PATH=${{ steps.trigger.outputs.event }}"
    ],
    "runScript": "set -euo pipefail\nbash -euo pipefail -c \"$INPUT_PRE_RUN\"\n",
    "sourceCitation": "packages/triggers-adapter/action.yml:259-269"
  },
  "outgoingEdges": [
    {
      "from": "github-action-step:triggers-action-pre-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-pre-run",
      "kind": "executes_step",
      "attributes": {}
    }
  ]
}