GitHubActionsCommands.

Notice(string, GitHubActionsAnnotation) Method

Summary

Write notice message to the build log.

Syntax

public void Notice(string message, GitHubActionsAnnotation annotation = null)

Parameters

Name Type Description
message string The message.
annotation GitHubActionsAnnotation The annotation.

Return Value

Type Description
void