Summary
Write error message to the build log.
- Namespace
- Cake
.Common .Build .GitHubActions .Commands - Containing Type
- Git
Hub Actions Commands
Syntax
public void Error(string message, GitHubActionsAnnotation annotation = null)
Parameters
Name | Type | Description |
---|---|---|
message | string | The message. |
annotation | Git |
The annotation. |
Return Value
Type | Description |
---|---|
void |