Skip to content

Commit 6bb8937

Browse files
🩹 [Patch]: Add type inspection for Git configuration list in Action-Test workflow
1 parent d3f2a6d commit 6bb8937

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.github/workflows/Action-Test.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
$configList = $null
4747
}
4848
$configList = $configList | Sort-Object
49+
$configList | Get-Member
50+
$configList.GetType()
4951
$configList
5052
}
5153
}

0 commit comments

Comments
 (0)