MCPcopy Create free account
hub / github.com/github/gh-aw / GetExecutionSteps

Method GetExecutionSteps

pkg/workflow/agentic_engine.go:160–160  ·  view source on GitHub ↗

GetExecutionSteps returns the GitHub Actions steps for executing this engine

(workflowData *WorkflowData, logFile string)

Source from the content-addressed store, hash-verified

158
159 // GetExecutionSteps returns the GitHub Actions steps for executing this engine
160 GetExecutionSteps(workflowData *WorkflowData, logFile string) []GitHubActionStep
161
162 // GetFirewallLogsCollectionStep returns steps that collect firewall-related log files
163 // before secret redaction runs. Engines that copy session or firewall state files should

Calls

no outgoing calls