Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose GITHUB_ACTIONS env var to docker containers (#3123)
### Motivation: It can be useful for scripts to be able to check if they are being run in CI. Because we invoke docker on the CI runners, the env var which people may use to do this isn't present. ### Modifications: Expose `GITHUB_ACTIONS` env var to docker containers in the matrix workflow ### Result: Adopters of the matrix workflow or downstream workflows will be able to check if they are running in CI
- Loading branch information