diff --git a/entrypoint.ps1 b/entrypoint.ps1 index 21a333c9..826f33a7 100644 --- a/entrypoint.ps1 +++ b/entrypoint.ps1 @@ -17,7 +17,7 @@ if ($env:INPUT_ROOTPATH) { $analyzeParams.Path = $env:GITHUB_WORKSPACE } -# Path to custom script analzyer settings +# Path to custom script analyzer settings if ($env:INPUT_SETTINGSPATH) { $analyzeParams.Settings = Join-Path '/github/workspace' $env:INPUT_SETTINGSPATH }