/postgresql-action

GitHub Action to setup a PostgreSQL database > this is a fork from danielweller-swp/postgresql-action created only to be published on Github Actions

Primary LanguageShellMIT LicenseMIT

PostgreSQL GitHub Action

This GitHub Action sets up a PostgreSQL database.

Note: this is a fork from here since the maintainer of that repository seems to be inactive.

Usage

See action.yml

Basic:

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