Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxk authored Jan 10, 2020
1 parent b772f19 commit ed474b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# PostgreSQL with Postgis GitHub Action
This [GitHub Action](https://github.com/features/actions) setup a PostgreSQL database with Postgis.
Inspired by https://github.com/Harmon758/postgresql-action, @Harmon758 Thanks!

# Usage

Expand All @@ -14,7 +15,7 @@ steps:
postgresql db: 'test' # This optional environment variable can be used to define a different name for the default database that is created when the image is first started. If it is not specified, then the value of postgresql user will be used.
```
Clinet params:
Client params:
* host: "localhost"
* user: "test"
* password: ***
Expand Down

0 comments on commit ed474b9

Please sign in to comment.