GitHubActionsRunnerInfo.

Temp Property

Summary

Gets the path of the temporary directory for the runner.

Syntax

public DirectoryPath Temp { get; }

Value

Type Description
DirectoryPath The path of the temporary directory for the runner. This directory is guaranteed to be empty at the start of each job, even on self-hosted runners.