From f5e8e9c67505244a2993bf676ae542739d49e1b1 Mon Sep 17 00:00:00 2001 From: Jim <32538482+nietsnielin@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:32:29 +0800 Subject: [PATCH] Update code_review.yml --- .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 781b815..323f683 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: nietsnielin/ai-codereviewer@main + uses: freeedcom/ai-codereviewer@maino1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}