Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/gh-aw
/ actionModeForRuntimeSetup
Function
actionModeForRuntimeSetup
pkg/workflow/runtime_step_generator.go:176–181 ·
view source on GitHub ↗
(isRelease bool)
Source
from the content-addressed store, hash-verified
174
}
175
176
func
actionModeForRuntimeSetup(isRelease bool) ActionMode {
177
if
isRelease {
178
return
ActionModeRelease
179
}
180
return
ActionModeDev
181
}
Callers
1
generateSetupStep
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected