mirror of
https://github.com/tj-actions/install-postgresql.git
synced 2024-12-20 01:18:18 +00:00
Update entrypoint.sh
This commit is contained in:
parent
40be2696d7
commit
a00fc153a4
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ echo "Installed postgresql"
|
|||
|
||||
echo "Updating PATH..."
|
||||
|
||||
# Verify installation by running pg_dump directly
|
||||
if [[ "$(uname -s)" == "NT"* ]] || [[ "$(uname -s)" == "MINGW"* ]] || [[ "$(uname -s)" == *"MSYS"* ]]; then
|
||||
# shellcheck disable=SC2028
|
||||
echo "C:\\Program Files\\PostgreSQL\\$INPUT_POSTGRESQL_VERSION\\bin" >> "$GITHUB_PATH"
|
||||
|
|
Loading…
Add table
Reference in a new issue