Skip to content

Commit 0de06be

Browse files
🩹 [Patch]: Set PowerShell output rendering to 'Ansi' for better script visibility
1 parent 3c49f8b commit 0de06be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/TestWorkflow.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
Verbose: true
6262
ShowInit: true
6363
Script: |
64+
$PSStyle.OutputRendering = 'Ansi'
6465
Write-Host "This is a test script" -ForegroundColor Cyan -BackgroundColor Red
6566
6667
# ActionTestWithScript:

0 commit comments

Comments
 (0)