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.
2 parents 819c15c + cc3de25 commit 85cd5e4Copy full SHA for 85cd5e4
entrypoint.ps1
@@ -17,7 +17,7 @@ if ($env:INPUT_ROOTPATH) {
17
$analyzeParams.Path = $env:GITHUB_WORKSPACE
18
}
19
20
-# Path to custom script analzyer settings
+# Path to custom script analyzer settings
21
if ($env:INPUT_SETTINGSPATH) {
22
$analyzeParams.Settings = Join-Path '/github/workspace' $env:INPUT_SETTINGSPATH
23
0 commit comments