mario-campos / emulate

GitHub Actions for BSD.
BSD 2-Clause "Simplified" License
36 stars 3 forks source link

Rewrite the BASH_ENV script to be dynamically generated. #10

Closed mario-campos closed 2 years ago

mario-campos commented 2 years ago

This has the benefit of the EMULATE_VAGRANT_PATH environment variable becoming irrelevant, which means that this action only imposes one environment variable, BASH_ENV, on future steps. It's a minor point, but I prefer code that doesn't needlessly populate the environment.