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 92a65d4 commit 85c9979Copy full SHA for 85c9979
scripts/init.ps1
@@ -7,6 +7,9 @@ begin {
7
$PSStyle.OutputRendering = 'Ansi'
8
9
# Configure ErrorView based on input parameter
10
+ LogGroup "Inputs:" {
11
+ Get-ChildItem env: | Where-Object { $_ -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')
15
$errorViewSetting = $env:PSMODULE_GITHUB_SCRIPT_INPUT_ErrorView
0 commit comments