diff --git a/.github/workflows/claude-doc-sync.yml b/.github/workflows/claude-doc-sync.yml index bb6c88908..32f37a971 100644 --- a/.github/workflows/claude-doc-sync.yml +++ b/.github/workflows/claude-doc-sync.yml @@ -8,7 +8,6 @@ on: permissions: contents: write - pull-requests: write jobs: doc-sync: @@ -60,6 +59,7 @@ jobs: PR_NUMBER: ${{ github.event.pull_request.number }} PR_TITLE: ${{ github.event.pull_request.title }} BASE_REF: ${{ github.event.pull_request.base.ref }} + REPO: ${{ github.repository }} run: | cat > "$RUNNER_TEMP/claude-prompt.txt" < "$RUNNER_TEMP/claude-prompt.txt" <