Ubuntu – How do I override high level env variables in a github actions .yml file at lower levels?
I have a .yml file for my CI/CD pipeline in Github Actions. I have an env variable that gets set at the job level, and then reset at the step level for a single step. However, the env at the…