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