Skip to content

Commit

Permalink
Fixes path to OpenAI commit (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefernandez authored Nov 14, 2023
1 parent 2f57459 commit a4b27ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openai-api-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Update commit
if: env.CURRENT_API_COMMIT != env.LATEST_API_COMMIT
run: |
echo $LATEST_API_COMMIT > $GITHUB_WORKSPACE/generator/config/openai-api-commit
echo $LATEST_API_COMMIT > $GITHUB_WORKSPACE/openai-client/generator/config/openai-api-commit
- name: Set up Java
if: env.CURRENT_API_COMMIT != env.LATEST_API_COMMIT
uses: actions/setup-java@v3
Expand Down

0 comments on commit a4b27ab

Please sign in to comment.