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:
parent
1de5e46e1d
commit
a406cf2af2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue