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:
parent
1f7774f628
commit
982a7876f7
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
|
mkdir -p $(dirname "${{ inputs.path }}")
|
||||||
pg_dump "${{ inputs.options }}" -d "${{ inputs.database_url }}" > "${{ inputs.path }}"
|
pg_dump "${{ inputs.options }}" -d "${{ inputs.database_url }}" > "${{ inputs.path }}"
|
||||||
shell: bash
|
shell: bash
|
||||||
branding:
|
branding:
|
||||||
|
|
Loading…
Add table
Reference in a new issue