mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
acc4f6cabe
commit
a03f8dcfc8
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@ if [[ -n "$INPUT_POSTGRESQL_VERSION" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$(uname -s)" == "NT"* ]]; then
|
if [[ "$(uname -s)" == "NT"* ]]; then
|
||||||
echo "/Program Files/PostgreSQL/15/bin" >> $GITHUB_PATH
|
echo "/Program Files/PostgreSQL/15/bin" >> "$GITHUB_PATH"
|
||||||
else
|
else
|
||||||
echo "/usr/lib/postgresql/15/bin" >> $GITHUB_PATH
|
echo "/usr/lib/postgresql/15/bin" >> "$GITHUB_PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installed postgresql"
|
echo "Installed postgresql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue