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:
parent
865fc75e1b
commit
e1ddef3392
2 changed files with 18 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue