pub fn export_var(
env: &(impl Read + Write),
name: impl AsRef<str>,
value: impl Into<String>,
) -> Result<(), CommandError>
Expand description
Sets env variable for this action and future actions in the job.
ยงErrors
If the file command fails.