diff --git a/.github/workflows/TestWorkflow.yml b/.github/workflows/TestWorkflow.yml index 02a0182..7753e0b 100644 --- a/.github/workflows/TestWorkflow.yml +++ b/.github/workflows/TestWorkflow.yml @@ -154,6 +154,14 @@ jobs: Set-GitHubEnvironmentVariable -Name 'OCTOCAT' -Value $cat } + LogGroup 'Write to GitHub Actions' { + Write-GitHubNotice -Message $zen -Title 'GitHub Zen' + Write-GitHubWarning -Message 'This is a warning message' + Write-GitHubError -Message 'This is an error message' + Write-GitHubDebug -Message 'This is a debug message' + Write-GitHubLog -Message 'This is a log message' -ForegroundColor Green -BackgroundColor Yellow + } + LogGroup 'Set outputs - WISECAT' { Set-GitHubOutput -Name 'WISECAT' -Value $cat }