Function actions_github::logger::error_log
source ยท pub fn error_log(msg: &str)Expand description
Creates an error message and prints the message to the log.
This message will create an annotation.
use actions_github::logger;
logger::error_log("Did not find library");