mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 15:13:06 +08:00
13 lines
296 B
Markdown
13 lines
296 B
Markdown
<!-- markdownlint-disable-next-line first-line-heading -->
|
|
### Example Using environment variables
|
|
|
|
```yaml
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: hoverkraft-tech/compose-action@v1.5.1
|
|
with:
|
|
compose-file: './docker/docker-compose.yml'
|
|
env:
|
|
CUSTOM_VARIABLE: 'test'
|
|
```
|