Skip to content

Commit cb2ea61

Browse files
🩹 [Patch]: Enhance test script output with additional blue text display
1 parent 0de06be commit cb2ea61

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
@@ -63,6 +63,7 @@ jobs:
6363
Script: |
6464
$PSStyle.OutputRendering = 'Ansi'
6565
Write-Host "This is a test script" -ForegroundColor Cyan -BackgroundColor Red
66+
Write-Host "$($PSStyle.Foreground.Blue)This is a blue test$($PSStyle.Reset)"
6667
6768
# ActionTestWithScript:
6869
# name: WithScript

0 commit comments

Comments
 (0)