Skip to content

Commit 55c2b37

Browse files
committed
Incrementally testing GH action.
1 parent 70b5e52 commit 55c2b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/duplicate-prod-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
sleep 10 # Wait for the tunnel to establish
138138
139139
export PGPASSWORD=$DEST_DATABASE_PASSWORD
140-
cat <<EOF | psql -h localhost -p 5454 -U data_feeds_user -d $DEST_DATABASE_NAME
140+
cat <<'EOF' | psql -h localhost -p 5454 -U data_feeds_user -d $DEST_DATABASE_NAME
141141
DO $$
142142
DECLARE
143143
r RECORD;

0 commit comments

Comments
 (0)