GitHub Action
Setup PostgreSQL
v1.0.0
Latest version
This GitHub Action sets up a PostgreSQL database.
See action.yml
Basic:
steps:
- uses: harmon758/postgresql-action@v1
with:
postgresql version: '11' # See https://hub.docker.com/_/postgres for available versions
The scripts and documentation in this project are released under the MIT License