correct here doc

This commit is contained in:
BodoBolero
2024-11-08 14:12:10 +01:00
parent cd3a8f537d
commit 4d83012c11

View File

@@ -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: