Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T07:48:52.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T16:20:35.632Z (7 months ago)
- Topics: action, actions, github, github-action, github-actions, postgresql, postgresql-database
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 123
- Watchers: 6
- Forks: 39
- 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)