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 85c9979 commit 3063149Copy full SHA for 3063149
scripts/init.ps1
@@ -8,7 +8,7 @@ begin {
8
9
# Configure ErrorView based on input parameter
10
LogGroup "Inputs:" {
11
- Get-ChildItem env: | Where-Object { $_ -like 'PSMODULE_GITHUB_SCRIPT_INPUT_*' } | Out-String
+ Get-ChildItem env: | Where-Object { $_.Name -like 'PSMODULE_GITHUB_SCRIPT_INPUT_*' } | Out-String
12
}
13
if (-not [string]::IsNullOrEmpty($env:PSMODULE_GITHUB_SCRIPT_INPUT_ErrorView)) {
14
$validViews = @('NormalView', 'CategoryView', 'ConciseView', 'DetailedView')
0 commit comments