Skip to content

fix: optimize GitHub Actions runner usage #186

fix: optimize GitHub Actions runner usage

fix: optimize GitHub Actions runner usage #186

Triggered via pull request November 20, 2025 15:26
Status Failure
Total duration 1m 2s
Artifacts

claude-code-review.yml

on: pull_request
claude-review
3s
claude-review
Fit to window
Zoom out
Zoom in

Annotations

1 error
claude-review
System.UnauthorizedAccessException: Access to the path '/home/runner/work/_tool' is denied. ---> System.IO.IOException: Permission denied --- End of inner exception stack trace --- at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode) at System.IO.Directory.CreateDirectory(String path) at GitHub.Runner.Worker.JobRunner.RunAsync(AgentJobRequestMessage message, CancellationToken jobRequestCancellationToken) at GitHub.Runner.Worker.JobRunner.RunAsync(AgentJobRequestMessage message, CancellationToken jobRequestCancellationToken) at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut) at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args)