Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
isbang committed Apr 25, 2021
1 parent 66c8a4b commit fab6f72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ This action runs your docker-compose file and clean up before action finished.
steps:
# need checkout before using compose-action
- uses: actions/checkout@v2
- uses: isbang/compose-action@v0.1
- uses: isbang/compose-action@v1
with:
compose-file: './docker/docker-compose.yml'
```
down-flags: '--volumes'
```

0 comments on commit fab6f72

Please sign in to comment.