mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05:00
fix(ci): Add boolean argument to --pretty flag
This commit is contained in:
2
.github/workflows/platform-fullstack-ci.yml
vendored
2
.github/workflows/platform-fullstack-ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user