Skip to content

minesunny/postgresql-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GitHub Action to setup a PostgreSQL database

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 72.3%
  • Dockerfile 27.7%