TP-68316 | code critic fix

This commit is contained in:
Aman Chaturvedi
2024-08-26 23:01:18 +05:30
committed by GitHub
parent fe5c924a17
commit cf6835671f

View File

@@ -88,7 +88,7 @@ jobs:
- name: Run code review script
shell: bash
run: python scripts/generic_code_review_client.py $GITHUB_WORKSPACE
run: python code-critic/generic_code_review/generic_code_review_client.py $GITHUB_WORKSPACE
env:
GPT_MODEL_NAME: ${{ secrets.GPT_MODEL_NAME }}
AZURE_API_KEY: ${{ secrets.AZURE_API_KEY }}
@@ -111,4 +111,4 @@ jobs:
echo "Repo Owner: $repo_owner, Repo Name: $repo_name, Comment ID: $comment_id"
python code-critic/utils/react_on_comment.py $repo_owner $repo_name $comment_id rocket
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}