diff --git a/README.md b/README.md index e39fb6f..feb41f7 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,11 @@ See: https://github.com/tj-actions/pg-dump -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|--------------|--------|----------|---------|-------------------------------------------| -| backup\_file | string | true | | Backup file name | -| database\_url | string | true | | Database URL | -| options | string | false | | Extra options to pass directly
to psql | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|--------------|--------|----------|---------|--------------------------------------------| +| backup\_file | string | true | | Backup file name | +| database\_url | string | true | | Database URL | +| options | string | false | | Extra options to pass directly to psql
|