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