mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Merge pull request #36 from tj-actions/bug/fixed-parsing-options
Update action.yml
This commit is contained in:
commit
daa1c4ccf1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ runs:
|
|||
steps:
|
||||
- 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
|
||||
branding:
|
||||
icon: hard-drive
|
||||
|
|
Loading…
Add table
Reference in a new issue