Function action_core::export_var

source ·
pub fn export_var(
    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.