Skip to main content

DEFAULT_WORK_FOLDER

Constant DEFAULT_WORK_FOLDER 

Source
pub const DEFAULT_WORK_FOLDER: &str = "_work";
Expand description

The runner’s working directory, relative to its installation root.

_work is the GitHub runner’s own default and the value v1 registered with. It is a constant rather than an inline literal because e3 creates the directory this names and e2 lays the runner package out around it: three tasks agreeing on a path is a shared fact, not a repeated string.