File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
3032steps :
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'
You can’t perform that action at this time.
0 commit comments