We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b1e0b commit ac6e0b5Copy full SHA for ac6e0b5
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
echo "$(pg_config --bindir)" >> $GITHUB_PATH
49
50
echo "Initializing database cluster..."
51
- export PGHOST="${RUNNER_TEMP//\\//}/postgres
+ export PGHOST="${RUNNER_TEMP//\\//}/postgres"
52
export PGDATA="$PGHOST/pgdata"
53
mkdir -p "$PGDATA"
54
0 commit comments