From 7bb1dfdb988551aa7d30bb12eb34f61a749e0b3d Mon Sep 17 00:00:00 2001 From: Ville Saukkonen Date: Tue, 28 Mar 2023 11:35:34 +0300 Subject: [PATCH] try out the new version --- .github/workflows/code_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index c06d8a4..ab67ea9 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Code Review - uses: freeedcom/ai-codereviewer@main + uses: freeedcom/ai-codereviewer@improve-the-AI-output with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}