Skip to content

Commit e14fede

Browse files
committed
docs: Update README.md.
1 parent 8f7be80 commit e14fede

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker Compose Action
22

3-
This action runs your docker-compose file and clean up before action finished.
3+
This action runs your docker-compose file, allows you to run tests and cleans up before action finished.
44

55
## Inputs
66

@@ -44,9 +44,9 @@ compose-file: |
4444

4545
```yaml
4646
steps:
47-
# need checkout before using compose-action
47+
# need checkout before using docker-compose-action
4848
- uses: actions/checkout@v3
49-
- uses: isbang/compose-action@v1.4.1
49+
- uses: adambirds/docker-compose-action@v1.4.1
5050
with:
5151
compose-file: "./docker/docker-compose.yml"
5252
down-flags: "--volumes"
@@ -62,7 +62,7 @@ steps:
6262
```yaml
6363
steps:
6464
- uses: actions/checkout@v3
65-
- uses: isbang/compose-action@v1.4.1
65+
- uses: adambirds/docker-compose-action@v1.4.1
6666
with:
6767
compose-file: "./docker/docker-compose.yml"
6868
env:

0 commit comments

Comments
 (0)