Harmon758 / postgresql-action

GitHub Action to setup a PostgreSQL database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostgreSQL GitHub Action

This GitHub Action sets up a PostgreSQL database.

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

About

GitHub Action to setup a PostgreSQL database

License:MIT License


Languages

Language:Shell 74.7%Language:Dockerfile 25.3%