Function actions_github::logger::notice_log

source ยท
pub fn notice_log(msg: &str)
Expand description

Creates a notice message and prints the message to the log.

This message will create an annotation.

use actions_github::logger;
logger::notice_log("Step one is finished");