Skip to content

Commit 06a4de3

Browse files
🩹 [Patch]: Update authentication info logging to display properties in key-value format
1 parent 8d0fd7d commit 06a4de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/main.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Write-Host 'Provided authentication info:'
5252
Token = $providedToken
5353
ClientID = $providedClientID
5454
PrivateKey = $providedPrivateKey
55-
} | Format-List
55+
} | Format-List -Property Name, Value
5656
$providedToken = -not [string]::IsNullOrEmpty($env:GITHUB_ACTION_INPUT_Token)
5757
$providedClientID = -not [string]::IsNullOrEmpty($env:GITHUB_ACTION_INPUT_ClientID)
5858
$providedPrivateKey = -not [string]::IsNullOrEmpty($env:GITHUB_ACTION_INPUT_PrivateKey)

0 commit comments

Comments
 (0)