github_actions_models::common

Type Alias Env

Source
pub type Env = HashMap<String, Option<EnvValue>>;
Expand description

An environment mapping.

Aliased Typeยง

struct Env { /* private fields */ }