Skip to content

Commit 964586f

Browse files
authored
Update README.md
1 parent 19ff10f commit 964586f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# PHPIPAM Action
22

3-
This action Spin up a PHPIPAM instance and clean up before action finished.
3+
This action Spin up a PHPIPAM instance for api testing purpose in github workflows.
44

55
## Inputs
66

7+
**note** Input parameters are not used yet in our action. There are for future use. We need to work on that feature.
8+
79
### `ipam_database_host`
810

911
**optional** Database host phpipam connects to. Default: "database"
@@ -29,7 +31,7 @@ This action Spin up a PHPIPAM instance and clean up before action finished.
2931
```yaml
3032
steps:
3133
- uses: actions/checkout@v2
32-
- uses: codeaffen/phpipam-action@v1.0.0
34+
- uses: codeaffen/phpipam-action@v1
3335
with:
3436
ipam_database_host: 'database'
3537
ipam_database_user: 'phpipam'

0 commit comments

Comments
 (0)