Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

literal-club/setup-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup PostgreSQL container

This GitHub Action loads a PostgreSQL container, allowing you to execute psql commands.

Usage

steps:
- uses: akanieski/setup-postgres-cli@v1
  with:
    # Use any of the binaries that ship with the postgres client (ie. pg_dump, psql, vacuumdb, reindexdb, etc)
    command: |
      pg_dump -U user -h 127.0.0.1 -p 5432 > backup.sql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors