From 3cd95550138f78abdbbc4212129e53a839f5667b Mon Sep 17 00:00:00 2001 From: jackton1 Date: Thu, 15 Dec 2022 21:15:48 +0000 Subject: [PATCH] Updated README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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
|