mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Merge pull request #101 from tj-actions/chore/update-readme
Updated README.md
This commit is contained in:
commit
ca632b887f
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -31,6 +31,16 @@ Support this project with a :star:
|
||||||
|
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|
||||||
|
<!-- 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 |
|
||||||
|
|
||||||
|
<!-- AUTO-DOC-INPUT:END -->
|
||||||
|
|
||||||
| Input | type | required | default | description |
|
| Input | type | required | default | description |
|
||||||
|:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:|
|
|:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:|
|
||||||
| database\_url | `string` | `true` | | Database URL |
|
| database\_url | `string` | `true` | | Database URL |
|
||||||
|
|
Loading…
Add table
Reference in a new issue