We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ab655 commit 8ba5708Copy full SHA for 8ba5708
scripts/main.ps1
@@ -106,9 +106,9 @@ process {
106
Arch = $env:RUNNER_ARCH
107
Environment = $env:RUNNER_ENVIRONMENT
108
Temp = $env:RUNNER_TEMP
109
- $Perflog = $env:RUNNER_PERFLOG
110
- $ToolCache = $env:RUNNER_TOOL_CACHE
111
- $TrackingID = $env:RUNNER_TRACKING_ID
+ Perflog = $env:RUNNER_PERFLOG
+ ToolCache = $env:RUNNER_TOOL_CACHE
+ TrackingID = $env:RUNNER_TRACKING_ID
112
Workspace = $env:RUNNER_WORKSPACE
113
Processors = [System.Environment]::ProcessorCount
114
} | Format-List
0 commit comments