mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-07 14:10:43 +00:00
correct here doc
This commit is contained in:
4
.github/workflows/benchmarking.yml
vendored
4
.github/workflows/benchmarking.yml
vendored
@@ -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