https://github.com/harmon758/postgresql-action
GitHub Action to setup a PostgreSQL database
https://github.com/harmon758/postgresql-action
action actions github github-action github-actions postgresql postgresql-database
Last synced: 9 months ago
JSON representation
GitHub Action to setup a PostgreSQL database
- Host: GitHub
- URL: https://github.com/harmon758/postgresql-action
- Owner: Harmon758
- License: mit
- Created: 2019-08-19T05:03:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T07:48:52.000Z (about 6 years ago)
- Last Synced: 2025-04-30T09:02:24.387Z (9 months ago)
- Topics: action, actions, github, github-action, github-actions, postgresql, postgresql-database
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 129
- Watchers: 5
- Forks: 44
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostgreSQL GitHub Action
This [GitHub Action](https://github.com/features/actions) sets up a PostgreSQL database.
# Usage
See [action.yml](action.yml)
Basic:
```yaml
steps:
- uses: harmon758/postgresql-action@v1
with:
postgresql version: '11' # See https://hub.docker.com/_/postgres for available versions
```
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)