From cf6835671f3a02aa2b91090bcd7ac7eab67a95cb Mon Sep 17 00:00:00 2001 From: Aman Chaturvedi Date: Mon, 26 Aug 2024 23:01:18 +0530 Subject: [PATCH] TP-68316 | code critic fix --- .github/workflows/pr-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index c6eda73b..ed42d15f 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -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 }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}