Function actions_github::logger::warn_log
source ยท pub fn warn_log(msg: &str)Expand description
Creates a warning message and prints the message to the log.
This message will create an annotation.
use actions_github::logger;
logger::warn_log("Missing name of project");