Skip to content

Commit 6a9d8a4

Browse files
🩹 [Patch]: Simplify logging commands in ActionTestCommands job
1 parent d504741 commit 6a9d8a4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/TestWorkflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,7 @@ jobs:
159159
Write-GitHubWarning -Message 'This is a warning message'
160160
Write-GitHubError -Message 'This is an error message'
161161
Write-GitHubDebug -Message 'This is a debug message'
162-
Write-GitHubLog -Message 'This is' -ForegroundColor Blue -NoNewLine
163-
Write-GitHubLog -Message ' a ' -BackgroundColor Red -NoNewLine
164-
Write-GitHubLog -Message 'log message' -ForegroundColor Green -BackgroundColor Yellow
162+
Write-GitHubLog -Message 'This is a log message' -ForegroundColor Green -BackgroundColor Yellow
165163
}
166164
167165
LogGroup 'Set outputs - WISECAT' {

0 commit comments

Comments
 (0)