We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ee054 commit d504741Copy full SHA for d504741
1 file changed
.github/workflows/TestWorkflow.yml
@@ -154,6 +154,16 @@ 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' -ForegroundColor Blue -NoNewLine
163
+ Write-GitHubLog -Message ' a ' -BackgroundColor Red -NoNewLine
164
+ Write-GitHubLog -Message 'log message' -ForegroundColor Green -BackgroundColor Yellow
165
+ }
166
+
167
LogGroup 'Set outputs - WISECAT' {
168
Set-GitHubOutput -Name 'WISECAT' -Value $cat
169
0 commit comments