pub trait SetEnv<Value> {
// Required method
fn apply(self, value: Value) -> Value;
}
Expand description
Set the env
for Step, Job or Workflows
pub trait SetEnv<Value> {
// Required method
fn apply(self, value: Value) -> Value;
}
Set the env
for Step, Job or Workflows