Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nektos/act
/ getStepModel
Method
getStepModel
pkg/runner/step.go:28–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
getRunContext() *RunContext
27
getGithubContext(ctx context.Context) *model.GithubContext
28
getStepModel() *model.Step
29
getEnv() *
map
[string]string
30
getIfExpression(context context.Context, stage stepStage) string
31
}
Callers
15
runStepExecutor
Function · 0.65
setupEnv
Function · 0.65
mergeEnv
Function · 0.65
TestIsStepEnabled
Function · 0.65
TestIsContinueOnError
Function · 0.65
maybeCopyToActionDir
Function · 0.65
runActionImpl
Function · 0.65
execAsDocker
Function · 0.65
evalDockerArgs
Function · 0.65
newStepContainer
Function · 0.65
populateEnvsFromSavedState
Function · 0.65
shouldRunPreStep
Function · 0.65
Implementers
4
stepDocker
pkg/runner/step_docker.go
stepActionLocal
pkg/runner/step_action_local.go
stepActionRemote
pkg/runner/step_action_remote.go
stepRun
pkg/runner/step_run.go
Calls
no outgoing calls
Tested by
2
TestIsStepEnabled
Function · 0.52
TestIsContinueOnError
Function · 0.52