The runner's display name.
Note: This is not guaranteed to be unique across repository and organization-level runners.
String specifying the operating system.
Valid values are Linux, Windows, or macOS.
Linux
Windows
macOS
String indicating system architecture.
Possible values include X86, X64, ARM, or ARM64.
X86
X64
ARM
ARM64
The absolute path to a temporary directory on the runner that is cleaned at the beginning and end of each job.
String path to the directory containing preinstalled tools available on GitHub-hosted runners for language setup and utilities.
String that is set only when debug logging is enabled, always containing value 1.
1
Useful for conditional verbose output.
String indicating runner type.
Values are github-hosted for GitHub-provided runners or self-hosted for user-configured runners.
github-hosted
self-hosted
Returns the class of this.
this
Returns a string representation of this.
This method is used to convert the values of string interpolation expressions to strings.
Returns this |> transform if this is non-null, and null otherwise.
this |> transform
null
This method is the complement of the ?? operator and the equivalent of an Option type's map and flatMap methods.
??
Option
map
flatMap
Tells if this object has a property with the given name.
name
Returns the value of the property with the given name.
Throws if a property with this name does not exist.
Returns null if a property with this name does not exist.
Converts this object to a Dynamic object.
Dynamic
Converts this object to a Map.
Map
The runner's display name.