[][src]Function actions_core::add_mask

pub fn add_mask<V: ToString>(v: V)

Masking a value prevents a string or variable from being printed in the log. Each masked word separated by whitespace is replaced with the * character.

use actions_core as core;

core::add_mask("supersecret");