Skip to content

Commit

Permalink
Fixed typo in Recurse param.
Browse files Browse the repository at this point in the history
  • Loading branch information
spetersenms committed Jan 21, 2025
1 parent 2dd2be3 commit 2dc3be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Actions/RunPSScriptAnalyzer/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ runs:
_output: ${{ inputs.output }}
run: |
${{ github.action_path }}/../Invoke-AlGoAction.ps1 -ActionName "RunPSScriptAnalyzer" -Action {
${{ github.action_path }}/RunPSScriptAnalyzer.ps1 -path $ENV:_path -excludeRule @($ENV:_excludeRule -Split ',') -Resurse:$($ENV:_recurse -eq 'true') -output $ENV:_output
${{ github.action_path }}/RunPSScriptAnalyzer.ps1 -path $ENV:_path -excludeRule @($ENV:_excludeRule -Split ',') -Recurse:$($ENV:_recurse -eq 'true') -output $ENV:_output
}

0 comments on commit 2dc3be4

Please sign in to comment.