MCPcopy
hub / github.com/nektos/act / HostEnvironment

Struct HostEnvironment

pkg/container/host_environment.go:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type HostEnvironment struct {
29 Path string
30 TmpDir string
31 ToolCache string
32 Workdir string
33 ActPath string
34 CleanUp func()
35 StdOut io.Writer
36}
37
38func (e *HostEnvironment) Create(_ []string, _ []string) common.Executor {
39 return func(_ context.Context) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected