Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/gh-aw
/ getWorkflowsDir
Function
getWorkflowsDir
pkg/cli/workflows.go:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
func
getWorkflowsDir() string {
38
return
constants.GetWorkflowDir()
39
}
40
41
// readWorkflowFile reads a workflow file from either filesystem
42
func
readWorkflowFile(filePath string, workflowsDir string) ([]byte, string, error) {
Callers
13
InspectWorkflowMCP
Function · 0.85
recompileAllWorkflows
Function · 0.85
RemoveWorkflows
Function · 0.85
TestWorkflowResolutionWindowsCompatibility
Function · 0.85
excludeExistingSourcedWorkflows
Function · 0.85
ListToolsForMCP
Function · 0.85
UpdateWorkflows
Function · 0.85
RunWorkflowOnGitHub
Function · 0.85
loadLocalExperimentConfigs
Function · 0.85
getMarkdownWorkflowFiles
Function · 0.85
resolveWorkflowFileInDir
Function · 0.85
updateActionsInWorkflowFiles
Function · 0.85
Calls
1
GetWorkflowDir
Function · 0.92
Tested by
1
TestWorkflowResolutionWindowsCompatibility
Function · 0.68