We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d504741 commit 6a9d8a4Copy full SHA for 6a9d8a4
.github/workflows/TestWorkflow.yml
@@ -159,9 +159,7 @@ jobs:
159
Write-GitHubWarning -Message 'This is a warning message'
160
Write-GitHubError -Message 'This is an error message'
161
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
+ Write-GitHubLog -Message 'This is a log message' -ForegroundColor Green -BackgroundColor Yellow
165
}
166
167
LogGroup 'Set outputs - WISECAT' {
0 commit comments