Report / Message

Description

Write a message to the console and event stream

Signature

action/report

Required Parameters

message

Message text.

To include the values of variables or arbitrary expressions in the message, you can use variable and expression interpolation (e.g. x = $x, y = ${y}, x+y = $(x+y)).