Skip to content
Use this GitHub Action with your project

Add this Action to an existing workflow or create a new one.

View on Marketplace
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

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

You can’t perform that action at this time.