gh_workflow

Trait SetInput

Source
pub trait SetInput {
    // Required method
    fn apply(self, step: Step<Use>) -> Step<Use>;
}
Expand description

Sets the input for a Step that uses another action

Required Methods§

Source

fn apply(self, step: Step<Use>) -> Step<Use>

Implementations on Foreign Types§

Source§

impl SetInput for IndexMap<String, Value>

Source§

fn apply(self, step: Step<Use>) -> Step<Use>

Source§

impl<S1: Display, S2: Display> SetInput for (S1, S2)

Source§

fn apply(self, step: Step<Use>) -> Step<Use>

Implementors§