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 8d0fd7d commit 06a4de3Copy full SHA for 06a4de3
‎scripts/main.ps1‎
@@ -52,7 +52,7 @@ Write-Host 'Provided authentication info:'
52
Token = $providedToken
53
ClientID = $providedClientID
54
PrivateKey = $providedPrivateKey
55
-} | Format-List
+} | Format-List -Property Name, Value
56
$providedToken = -not [string]::IsNullOrEmpty($env:GITHUB_ACTION_INPUT_Token)
57
$providedClientID = -not [string]::IsNullOrEmpty($env:GITHUB_ACTION_INPUT_ClientID)
58
$providedPrivateKey = -not [string]::IsNullOrEmpty($env:GITHUB_ACTION_INPUT_PrivateKey)
0 commit comments