first commit
This commit is contained in:
13
.github/ghadocs/examples/1_environment-variables.md
vendored
Normal file
13
.github/ghadocs/examples/1_environment-variables.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- markdownlint-disable first-line-heading -->
|
||||
|
||||
### Example Using environment variables
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: hoverkraft-tech/compose-action@v1.5.1
|
||||
with:
|
||||
compose-file: "./docker/docker-compose.yml"
|
||||
env:
|
||||
CUSTOM_VARIABLE: "test"
|
||||
```
|
||||
Reference in New Issue
Block a user