compose-action/.github/ghadocs/examples/1_environment-variables.md
Emilien Escalle 0a6ea0e8cd feat: migrate to node20 and typescritp
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-29 23:15:24 +01:00

296 B

Example Using environment variables

steps:
  - uses: actions/checkout@v4
  - uses: hoverkraft-tech/compose-action@v1.5.1
    with:
      compose-file: './docker/docker-compose.yml'
    env:
      CUSTOM_VARIABLE: 'test'