devcontainers / ci

A GitHub Action and Azure DevOps Task designed to simplify using Dev Containers (https://containers.dev) in CI/CD systems.
MIT License
334 stars 51 forks source link

Add docs examples on setting env vars #215

Open stuartleeks opened 1 year ago

stuartleeks commented 1 year ago

Based on the discussion in #153, add examples to the docs explaining the difference in behaviour between setting env vars at the top level of a step vs setting via the the env property under the with block.

See this comment for details.