Skip to content

Commit a964f21

Browse files
committed
PostgeSQL seed data update
1 parent 3511763 commit a964f21

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/docker-execute-seed-data

1 file changed

+1
-1
lines changed

.github/workflows/docker-execute-seed-data/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ runs:
3333
- name: Docker Execute (POSTGRESQL - Seed Data)
3434
shell: bash
3535
run: |
36-
docker exec postgres-db bash -c "PGPASSWORD=$POSTGRESQL_PWD psql -U sys -f /home/postgresql.sql"
36+
docker exec postgres-db bash -c "PGPASSWORD=$POSTGRESQL_PWD psql -d postgres -U sys -f /home/postgresql.sql"
3737
env:
3838
POSTGRESQL_PWD: ${{ inputs.dbPassword }}

0 commit comments

Comments
 (0)