Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nektos/act
/ NewPlanExecutor
Method
NewPlanExecutor
pkg/runner/runner.go:18–18 ·
view source on GitHub ↗
(plan *model.Plan)
Source
from the content-addressed store, hash-verified
16
// Runner provides capabilities to run GitHub actions
17
type
Runner
interface
{
18
NewPlanExecutor(plan *model.Plan) common.Executor
19
}
20
21
// Config contains the config for a new runner
Callers
5
newActionCacheReusableWorkflowExecutor
Function · 0.65
newReusableWorkflowExecutor
Function · 0.65
runTest
Method · 0.65
runTestJobFile
Function · 0.65
newRunCommand
Function · 0.65
Implementers
1
runnerImpl
pkg/runner/runner.go
Calls
no outgoing calls
Tested by
2
runTest
Method · 0.52
runTestJobFile
Function · 0.52