Skip to content

Commit 8ba5708

Browse files
Refactor environment variable logging for improved readability
1 parent 41ab655 commit 8ba5708

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/main.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ process {
106106
Arch = $env:RUNNER_ARCH
107107
Environment = $env:RUNNER_ENVIRONMENT
108108
Temp = $env:RUNNER_TEMP
109-
$Perflog = $env:RUNNER_PERFLOG
110-
$ToolCache = $env:RUNNER_TOOL_CACHE
111-
$TrackingID = $env:RUNNER_TRACKING_ID
109+
Perflog = $env:RUNNER_PERFLOG
110+
ToolCache = $env:RUNNER_TOOL_CACHE
111+
TrackingID = $env:RUNNER_TRACKING_ID
112112
Workspace = $env:RUNNER_WORKSPACE
113113
Processors = [System.Environment]::ProcessorCount
114114
} | Format-List

0 commit comments

Comments
 (0)