Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ActionsCache is the directory on the host machine where // all GitHub Action repositories are stored. ActionsCache = filepath.Join(gitHubActionsHome, "/actions") // RunnerTmp is the the directory on the host machine used as the source // for the mount at RUNNER_TEMP. RunnerTmp = filepath.Join(gitHubActionsHome, "/runner/tmp") // RunnerTmp is the the directory on the host machine used as the source // for the mount at RUNNER_TOOLCACHE. RunnerToolCache = filepath.Join(gitHubActionsHome, "/runner/toolcache") )
View Source
var CacheHome = filepath.Join(xdg.CacheHome, "forge")
CacheHome is the directory on the host machine where Forge caches stuff.
View Source
var CloudBuildWorkspace = filepath.Join(CacheHome, "/cloudbuild/workspace")
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.