Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 491 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 491 Bytes

PostgreSQL GitHub Action

This GitHub Action sets up a PostgreSQL database. No password required, default account (database) is postgres

Usage

See action.yml

Basic:

steps:
- uses: minesunny/postgresql-action@v1.0.0
  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