Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)