Sets the value of an environment variable in GitHub Actions synchronously.
Updates process.env immediately so the variable is available in the current process, and appends it to the env file for subsequent steps.
process.env
The name of the environment variable.
The value to set for the environment variable.
Sets the value of an environment variable in GitHub Actions synchronously.
Updates
process.envimmediately so the variable is available in the current process, and appends it to the env file for subsequent steps.