pub const GITHUB_WORKSPACE: &str = "GITHUB_WORKSPACE";
Expand description
The default working directory on the runner for steps, and the default location of your repository when using the checkout action. For example, /home/runner/work/my-repo-name/my-repo-name
.