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 819c15c commit cc3de25Copy full SHA for cc3de25
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