0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2024-12-20 01:18:49 +00:00

Updated action.

This commit is contained in:
Tonye Jack 2021-01-30 21:38:47 -05:00
parent 7ce099e3d1
commit 1de5e46e1d

View file

@ -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