Skip to content

Commit 5ee4a5d

Browse files
committed
Update README
1 parent b77d277 commit 5ee4a5d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,24 @@
22

33
This [GitHub Action](https://github.com/features/actions) sets up a PostgreSQL database.
44

5-
**Note**: this is a fork from [here](https://github.com/Harmon758/postgresql-action) since the maintainer of that repository seems to be inactive.
5+
**Note**: This is a fork from [here](https://github.com/hank-cp/postgresql-action), which is a fork from [here](https://github.com/danielweller-swp/postgresql-action), and originally created [here](https://github.com/Harmon758/postgresql-action).
6+
It was first forked due to inactivity from the original maintainer.
67

7-
# Usage
8+
## Usage
89

910
See [action.yml](action.yml)
1011

1112
Basic:
13+
1214
```yaml
1315
steps:
14-
- uses: danielweller-swp/postgresql-action@v1
16+
- uses: CasperWA/postgresql-action@v1.1
1517
with:
1618
postgresql version: '11' # See https://hub.docker.com/_/postgres for available versions
1719
postgresql init scripts: 'init-db'
1820
postgresql conf: 'max_prepared_transactions=100'
1921
```
2022
21-
# License
23+
## License
2224
2325
The scripts and documentation in this project are released under the [MIT License](LICENSE)

0 commit comments

Comments
 (0)