Skip to content

Commit

Permalink
fix condor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luzmagurzua committed Nov 7, 2024
1 parent a641a27 commit 7e0e804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/condor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
pip install condor_code_reviewer
- name: Run Condor
run: condor --openai-key ${{ secrets.OPENAI_KEY }} --gh-api-key ${{ secrets.GH_API_KEY }} --assistant-id ${{ secrets.ASSISTANT_ID }} --pull-request-url ${{ github.event.pull_request.html_url }}
run: condor --gh-api-key ${{ secrets.GH_API_KEY }} --assistant-id ${{ secrets.ASSISTANT_ID }} --pull-request-url ${{ github.event.pull_request.html_url }}

0 comments on commit 7e0e804

Please sign in to comment.