mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Update README.md
This commit is contained in:
parent
5848891c26
commit
865fc75e1b
1 changed files with 1 additions and 1 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@v1
|
||||
uses: tj-actions/pg-dump@v2.2
|
||||
with:
|
||||
database_url: "postgres://test_user:test_user_password@localhost:5432/testdb"
|
||||
path: "backups/backup.sql"
|
||||
|
|
Loading…
Add table
Reference in a new issue