fix(ci): Add boolean argument to --pretty flag

This commit is contained in:
Swifty
2025-12-20 00:19:19 +01:00
parent 4ef3eab89d
commit 9e83985b5b

View File

@@ -127,7 +127,7 @@ jobs:
- name: Generate OpenAPI schema
run: |
poetry run export-api-schema --output ../frontend/src/app/api/openapi.json --pretty
poetry run export-api-schema --output ../frontend/src/app/api/openapi.json --pretty true
working-directory: autogpt_platform/backend
env:
DATABASE_URL: postgresql://postgres:your-super-secret-and-long-postgres-password@localhost:5432/postgres