claude-code - 💡(How to fix) Fix [BUG] Directory Mismatch for Directory

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Log saved to /home/runner/work/_temp/claude-execution-output.json Set session_id: 4960bab4-9a77-4554-9a7c-c71541537b30 Internal error: directory mismatch for directory "/home/runner/work/_actions/anthropics/claude-code-action/v1/tsconfig.json", fd 4. You don't need to do anything, but this indicates a bug.

Run BUN_BIN="${GITHUB_ACTION_PATH}/bin/bun" BUN_BIN="${GITHUB_ACTION_PATH}/bin/bun" [ -x "$BUN_BIN" ] || BUN_BIN="bun" "$BUN_BIN" --no-env-file
--config="${GITHUB_ACTION_PATH}/bunfig.toml"
--tsconfig-override="${GITHUB_ACTION_PATH}/tsconfig.json"
run ${GITHUB_ACTION_PATH}/src/entrypoints/post-buffered-inline-comments.ts shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}

env: GITHUB_TOKEN: *** REPO_OWNER: moneyforward REPO_NAME: beagle PR_NUMBER: 309 ANTHROPIC_API_KEY: *** Internal error: directory mismatch for directory "/home/runner/work/_actions/anthropics/claude-code-action/v1/tsconfig.json", fd 4. You don't need to do anything, but this indicates a bug. No buffered inline comments

Code Example

Log saved to /home/runner/work/_temp/claude-execution-output.json
Set session_id: 4960bab4-9a77-4554-9a7c-c71541537b30
Internal error: directory mismatch for directory "/home/runner/work/_actions/anthropics/claude-code-action/v1/tsconfig.json", fd 4. You don't need to do anything, but this indicates a bug.

Run BUN_BIN="${GITHUB_ACTION_PATH}/bin/bun"
  BUN_BIN="${GITHUB_ACTION_PATH}/bin/bun"
  [ -x "$BUN_BIN" ] || BUN_BIN="bun"
  "$BUN_BIN" --no-env-file \
    --config="${GITHUB_ACTION_PATH}/bunfig.toml" \
    --tsconfig-override="${GITHUB_ACTION_PATH}/tsconfig.json" \
    run ${GITHUB_ACTION_PATH}/src/entrypoints/post-buffered-inline-comments.ts
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}

  env:
    GITHUB_TOKEN: ***
    REPO_OWNER: moneyforward
    REPO_NAME: beagle
    PR_NUMBER: 309
    ANTHROPIC_API_KEY: ***
Internal error: directory mismatch for directory "/home/runner/work/_actions/anthropics/claude-code-action/v1/tsconfig.json", fd 4. You don't need to do anything, but this indicates a bug.
No buffered inline comments
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

When I add the 'Claude-review' label to a PR it runs the review in the backend but does not post the review of the PR.

What Should Happen?

The claude review should be posted after the review is successfully ran in the backend.

Error Messages/Logs

Log saved to /home/runner/work/_temp/claude-execution-output.json
Set session_id: 4960bab4-9a77-4554-9a7c-c71541537b30
Internal error: directory mismatch for directory "/home/runner/work/_actions/anthropics/claude-code-action/v1/tsconfig.json", fd 4. You don't need to do anything, but this indicates a bug.

Run BUN_BIN="${GITHUB_ACTION_PATH}/bin/bun"
  BUN_BIN="${GITHUB_ACTION_PATH}/bin/bun"
  [ -x "$BUN_BIN" ] || BUN_BIN="bun"
  "$BUN_BIN" --no-env-file \
    --config="${GITHUB_ACTION_PATH}/bunfig.toml" \
    --tsconfig-override="${GITHUB_ACTION_PATH}/tsconfig.json" \
    run ${GITHUB_ACTION_PATH}/src/entrypoints/post-buffered-inline-comments.ts
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}

  env:
    GITHUB_TOKEN: ***
    REPO_OWNER: moneyforward
    REPO_NAME: beagle
    PR_NUMBER: 309
    ANTHROPIC_API_KEY: ***
Internal error: directory mismatch for directory "/home/runner/work/_actions/anthropics/claude-code-action/v1/tsconfig.json", fd 4. You don't need to do anything, but this indicates a bug.
No buffered inline comments

Steps to Reproduce

  1. Create a PR
  2. Setup the claude-review tag on the PR such that it is integrated to run the review on the backend.
  3. Check if the review ran on the backend.
  4. If the review successfully ran then it should be posted on the PR.

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

claude-sonnet-4-6

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] Directory Mismatch for Directory