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

Commit

Permalink
ci: fix incorrect sdk path
Browse files Browse the repository at this point in the history
This commit ensures that the right path is used for commiting the auto
generated client SDKs.
  • Loading branch information
rickstaa committed Jul 20, 2024
1 parent 69ebafb commit 5c02796
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 @@ -52,7 +52,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
add-paths: |
openapi_ai_gateway.json
sdk/*
sdks/*
commit-message: "chore: update AI SDKs"
title: "Automated AI SDKs update"
body: |
Expand Down

0 comments on commit 5c02796

Please sign in to comment.