mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-12 00:02:36 +00:00
correct here doc
This commit is contained in:
@@ -111,11 +111,11 @@ jobs:
|
||||
|
||||
- name: Create pgcopydb filter file
|
||||
run: |
|
||||
cat <<EOF > /tmp/pgcopydb_filter.txt
|
||||
cat << EOF > /tmp/pgcopydb_filter.txt
|
||||
[include-only-table]
|
||||
public.devices
|
||||
public.courses
|
||||
EOF
|
||||
EOF
|
||||
|
||||
- name: Invoke pgcopydb
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user