devcontainers / ci

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

Consider supporting `shell` input #256

Open nickpdemarco opened 11 months ago

nickpdemarco commented 11 months ago

Please consider adding a simple shell input that matches the behavior of the shell argument for built-in steps.

Because devcontainers/ci will be used alongside other "native" execution environments which use shell: bash, adding this flag can improve consistency and readability in multi-environment action scripts.