0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2024-12-20 01:18:49 +00:00

Merge pull request #105 from tj-actions/chore/update-readme

Updated README.md
This commit is contained in:
Tonye Jack 2023-01-11 08:38:19 -07:00 committed by GitHub
commit 717a5ba7c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,11 +33,11 @@ Support this project with a :star:
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|--------------|--------|----------|---------|-----------------------------------|
| database\_url | string | true | | Database URL |
| options | string | true | `"-O"` | Extra arguments passed to pg\_dump |
| path | string | true | | Backup file output location |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|--------------|--------|----------|---------|------------------------------------------------------------------------------------------------------------|
| database\_url | string | true | | Database URL |
| options | string | true | `"-O"` | Extra [options](https://www.postgresql.org/docs/current/app-pgdump.html#PG-DUMP-OPTIONS) passed to pg\_dump |
| path | string | true | | Backup file output location |
<!-- AUTO-DOC-INPUT:END -->