From b3a223237c79768885bfb38182835dc44797858a Mon Sep 17 00:00:00 2001 From: PierreGode Date: Fri, 29 Nov 2024 13:47:41 +0100 Subject: [PATCH] Update review.yml --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 6422a86..16aa623 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: GPTcode-reviewer - uses: PierreGode/GPTcode-reviewer@main + uses: PierreGode/GPTcode-reviewer@PR-LOG with: GITHUB_TOKEN: ${{ secrets.G_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}