Adds a system path to the environment in GitHub Actions.
Prepends the path to process.env.PATH immediately so it is available in the current process, and appends it to the path file for subsequent steps.
process.env.PATH
The system path to add to the environment.
A promise that resolves when the system path is successfully added.
Adds a system path to the environment in GitHub Actions.
Prepends the path to
process.env.PATHimmediately so it is available in the current process, and appends it to the path file for subsequent steps.