We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d7ee7 commit 178ab8dCopy full SHA for 178ab8d
.github/workflows/pgschema-plan-single.yml
@@ -32,6 +32,7 @@ jobs:
32
run: |
33
# Run pgschema plan and capture output
34
PLAN_OUTPUT=$(pgschema plan \
35
+ --debug \
36
--host "${{ secrets.DB_HOST }}" \
37
--port "${{ secrets.DB_PORT }}" \
38
--db "${{ secrets.DB_NAME }}" \
0 commit comments