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.
2 parents 63c1842 + 417cef9 commit 9f8c8a2Copy full SHA for 9f8c8a2
.github/workflows/TestWorkflow.yml
@@ -154,6 +154,14 @@ jobs:
154
Set-GitHubEnvironmentVariable -Name 'OCTOCAT' -Value $cat
155
}
156
157
+ LogGroup 'Write to GitHub Actions' {
158
+ Write-GitHubNotice -Message $zen -Title 'GitHub Zen'
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 a log message' -ForegroundColor Green -BackgroundColor Yellow
163
+ }
164
+
165
LogGroup 'Set outputs - WISECAT' {
166
Set-GitHubOutput -Name 'WISECAT' -Value $cat
167
0 commit comments