Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/TestWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
Loading