Skip to content

Commit

Permalink
Change warning output for modified policies to use Write-Host for bet…
Browse files Browse the repository at this point in the history
…ter visibility
  • Loading branch information
Brunoga-MS committed Jan 31, 2025
1 parent 3f1d26c commit e0d2954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions-pester/Test-ModifiedPolicies.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Describe 'UnitTest-ModifiedPolicies' {
if ($ModifiedFiles -ne $null) {
Write-Warning "These are the modified policies:"
foreach ($ModifiedFile in $ModifiedFiles) {
Write-Warning "$ModifiedFile"
Write-Host "\t$ModifiedFile" -ForegroundColor DarkYellow
}
}
else {
Expand Down

0 comments on commit e0d2954

Please sign in to comment.