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 6bb8937 commit b468922Copy full SHA for b468922
.github/workflows/Action-Test.yml
@@ -44,10 +44,11 @@ jobs:
44
if ($LASTEXITCODE -ne 0) {
45
$global:LASTEXITCODE = 0
46
$configList = $null
47
+ } else {
48
+ $configList = $configList | Sort-Object
49
+ $configList | Get-Member
50
+ $configList.GetType()
51
+ $configList
52
}
- $configList = $configList | Sort-Object
- $configList | Get-Member
- $configList.GetType()
- $configList
53
54
0 commit comments