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