From ff31d9cb0c80ab89a2a302371bdcbd1ced924726 Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Sat, 28 Feb 2026 17:37:30 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20fork=20PR=20=E3=83=AC=E3=83=93=E3=83=A5?= =?UTF-8?q?=E3=83=BC=E6=99=82=E3=81=AB=20GH=5FREPO=20=E3=82=92=E8=A8=AD?= =?UTF-8?q?=E5=AE=9A=E3=81=97=E3=81=A6=E6=AD=A3=E3=81=97=E3=81=84=E3=83=AA?= =?UTF-8?q?=E3=83=9D=E3=82=B8=E3=83=88=E3=83=AA=E3=81=AE=20issue=20?= =?UTF-8?q?=E3=82=92=E5=8F=82=E7=85=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/takt-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/takt-review.yml b/.github/workflows/takt-review.yml index c800a73..3a8b5ee 100644 --- a/.github/workflows/takt-review.yml +++ b/.github/workflows/takt-review.yml @@ -41,6 +41,7 @@ jobs: env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_REPO: ${{ github.repository }} - name: レビュー結果をPRコメントに投稿 if: always()