mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Updated script
This commit is contained in:
parent
68260fe408
commit
9e8e19cd58
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ echo "::group::pg-dump"
|
|||
|
||||
echo "Creating the output directory..."
|
||||
|
||||
mkdir -p $(dirname "$INPUT_PATH")
|
||||
mkdir -p "$(dirname "$INPUT_PATH")"
|
||||
|
||||
echo "Created the output directory"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue