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:43:36 -05:00
parent 1de5e46e1d
commit a406cf2af2

View file

@ -17,7 +17,7 @@ runs:
using: 'composite' using: 'composite'
steps: steps:
- run: | - 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 shell: bash
branding: branding:
icon: hard-drive icon: hard-drive