0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2025-06-11 13:12:32 +00:00

Upgraded from v2.2 -> v2.3

This commit is contained in:
jackton1 2021-10-21 15:08:23 +00:00 committed by GitHub
parent 865fc75e1b
commit e1ddef3392
2 changed files with 18 additions and 3 deletions

View file

@ -9,7 +9,7 @@ Run [pg\_dump](https://www.postgresql.org/docs/9.6/app-pgdump.html) to generate
steps:
- uses: actions/checkout@v2
- name: Postgres Dump Backup
uses: tj-actions/pg-dump@v2.2
uses: tj-actions/pg-dump@v2.3
with:
database_url: "postgres://test_user:test_user_password@localhost:5432/testdb"
path: "backups/backup.sql"