Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nektos/act
/ Env
Interface
Env
pkg/lookpath/env.go:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"os"
4
5
type
Env
interface
{
6
Getenv(name string) string
7
}
8
9
type
defaultEnv
struct
{
10
}
Callers
8
GetDockerClient
Function · 0.65
waitForCommand
Method · 0.65
attach
Method · 0.65
TestContainerPath
Function · 0.65
TestParseWithVolumes
Function · 0.65
TestGetGitHubContext
Function · 0.65
isColored
Method · 0.65
setActionRuntimeVars
Function · 0.65
Implementers
3
localEnv
pkg/container/host_environment.go
localEnv
pkg/runner/step_run.go
defaultEnv
pkg/lookpath/env.go
Calls
no outgoing calls
Tested by
no test coverage detected