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 70b5e52 commit 55c2b37Copy full SHA for 55c2b37
.github/workflows/duplicate-prod-db.yml
@@ -137,7 +137,7 @@ jobs:
137
sleep 10 # Wait for the tunnel to establish
138
139
export PGPASSWORD=$DEST_DATABASE_PASSWORD
140
- cat <<EOF | psql -h localhost -p 5454 -U data_feeds_user -d $DEST_DATABASE_NAME
+ cat <<'EOF' | psql -h localhost -p 5454 -U data_feeds_user -d $DEST_DATABASE_NAME
141
DO $$
142
DECLARE
143
r RECORD;
0 commit comments