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

Update action.yml

This commit is contained in:
Tonye Jack 2021-05-04 15:35:58 -04:00 committed by GitHub
parent 5e5e57f75e
commit d9625e1922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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