From a406cf2af23850585937fae6753e091bf68b852d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 30 Jan 2021 21:43:36 -0500 Subject: [PATCH] Updated action. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 371daba..04c2f9a 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ runs: using: 'composite' steps: - run: | - pg_dump "${{ inputs.options }}" -d "${{ inputs.database_url }}" -f "${{ inputs.path }}" + pg_dump "${{ inputs.options }}" -f "${{ inputs.path }}" -d "${{ inputs.database_url }}" shell: bash branding: icon: hard-drive