macro_rules! setoutput { ($($arg:tt)+) => { ... }; }
Sets the output of the Actions which can be used in subsequent Actions.
use ghactions::setoutput; setoutput!("hello", "world");