Function actions_github::logger::debug_log

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

Prints a debug message to the log.

Only visible if debug logging is enabled

use actions_github::logger;
logger::debug_log("Initializing the project");