Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
ci: fix OpenAPI SDK action path error
Browse files Browse the repository at this point in the history
This commit fixes a path error that causes the OpenAPI SDK update action
to fail.
  • Loading branch information
rickstaa committed Jul 23, 2024
1 parent b34209d commit 855c7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pip install -r ai-worker/runner/requirements.txt
- name: Generate AI OpenAPI specification
working-directory: runner
working-directory: ai-worker/runner
run: |
python gen_openapi.py --entrypoint gateway
mv openapi_gateway.json $GITHUB_WORKSPACE/openapi_ai_gateway.json
Expand Down

0 comments on commit 855c7e2

Please sign in to comment.