Private.Github_annotationSourceGitHub Annotations are created when encountering special log lines produced by actions during workflow executions.
Examples:
::notice file={name},line={line},endLine={endLine},title={title}::{message}
::warning file={name},line={line},endLine={endLine},title={title}::{message}This module allow creating and producing workflow commands that can create annotations.
val create :
loc:Loc.t ->
severity:Severity.t ->
title:Base.string ->
message:Base.string ->
tCreate the syntax to be produced by log lines, without the trailing "\n".