MCPcopy
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

runStepExecutorFunction · 0.65
setupEnvFunction · 0.65
mergeEnvFunction · 0.65
TestIsStepEnabledFunction · 0.65
TestIsContinueOnErrorFunction · 0.65
maybeCopyToActionDirFunction · 0.65
runActionImplFunction · 0.65
execAsDockerFunction · 0.65
evalDockerArgsFunction · 0.65
newStepContainerFunction · 0.65
shouldRunPreStepFunction · 0.65

Implementers 4

stepDockerpkg/runner/step_docker.go
stepActionLocalpkg/runner/step_action_local.go
stepActionRemotepkg/runner/step_action_remote.go
stepRunpkg/runner/step_run.go

Calls

no outgoing calls

Tested by 2

TestIsStepEnabledFunction · 0.52
TestIsContinueOnErrorFunction · 0.52