GitHubActionsCommands.

Warning(string, GitHubActionsAnnotation) Method

Summary

Write warning message to the build log.

Syntax

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

Parameters

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

Return Value

Type Description
void