Skip to content

Commit

Permalink
Updated README.md (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <[email protected]>
  • Loading branch information
tj-actions-bot and jackton1 authored Sep 12, 2023
1 parent 29e53ce commit 62d8055
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ See: https://github.com/tj-actions/pg-dump
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|----------------------------------------------------------------------|--------|----------|---------|---------------------------------------------|
| <a name="input_backup_file"></a>[backup\_file](#input_backup_file) | string | true | | Backup file name |
| <a name="input_database_url"></a>[database\_url](#input_database_url) | string | true | | Database URL |
| <a name="input_options"></a>[options](#input_options) | string | false | | Extra options to pass directly <br>to psql |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|----------------------------------------------------------------------------------------|--------|----------|---------|---------------------------------------------|
| <a name="input_backup_file"></a>[backup\_file](#input_backup_file) | string | true | | Backup file name |
| <a name="input_database_url"></a>[database\_url](#input_database_url) | string | true | | Database URL |
| <a name="input_options"></a>[options](#input_options) | string | false | | Extra options to pass directly <br>to psql |
| <a name="input_postgresql_version"></a>[postgresql\_version](#input_postgresql_version) | string | false | | Version of PostgreSQL. e.g 15 |
<!-- AUTO-DOC-INPUT:END -->
Expand Down

0 comments on commit 62d8055

Please sign in to comment.