Function actions_github::logger::info
source ยท pub fn info(msg: &str)Expand description
Logs regular information message
use actions_github::logger;
logger::info(format!("Finished analyzing {}", "project").as_str());pub fn info(msg: &str)Logs regular information message
use actions_github::logger;
logger::info(format!("Finished analyzing {}", "project").as_str());