Function action_core::get_raw_input

source ·
pub fn get_raw_input(
    env: &impl Read,
    name: impl AsRef<str>
) -> Result<String, VarError>
Expand description

Gets the raw value of an input.

Errors

If the environment variable is not present.