Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

GitHub Action to setup a PostgreSQL database

License

Notifications You must be signed in to change notification settings

PaackEng/postgresql-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 75.1%
  • Dockerfile 24.9%