From d9625e19227f932e0ca43b43b53660130eb3fe1d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 4 May 2021 15:35:58 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c045960..d540d48 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ runs: using: 'composite' steps: - run: | - pg_dump "${{ inputs.options }}" -f "${{ inputs.path }}" -d "${{ inputs.database_url }}" + pg_dump "${{ inputs.options }}" -d "${{ inputs.database_url }}" > "${{ inputs.path }}" shell: bash branding: icon: hard-drive