Function actions_github::core::set_output

source ยท
pub fn set_output(name: &str, value: &str) -> Result<(), ActionsError>
Expand description

Produces an output that can be used in another step

set_output("name", "value");