Skip to main content

setoutput

Macro setoutput 

Source
macro_rules! setoutput {
    ($($arg:tt)+) => { ... };
}
Expand description

Sets the output of the Actions which can be used in subsequent Actions.

ยงExamples

use ghactions::setoutput;

setoutput!("hello", "world");