Skip to content

Commit c3a16f5

Browse files
Refactor Action-Test workflow to improve output display of Git configuration list
1 parent 1698752 commit c3a16f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Action-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
$configList = $configList | Sort-Object
4949
$configList | Get-Member | Format-Table -AutoSize
5050
$configList.GetType() | Format-Table -AutoSize
51-
$configList | Format-Table -AutoSize
51+
Write-Host $configList
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)