There was an error while loading. Please reload this page.
1 parent dd65654 commit 2e88cacCopy full SHA for 2e88cac
2 files changed
.github/workflows/claude-code-review.yml
@@ -48,7 +48,7 @@ jobs:
48
return pr;
49
50
- name: Checkout PR branch
51
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
52
with:
53
ref: ${{ github.event_name == 'workflow_dispatch' && steps.pr-info.outputs.ref || github.event.pull_request.head.ref }}
54
repository: ${{ github.event_name == 'workflow_dispatch' && steps.pr-info.outputs.repo || github.event.pull_request.head.repo.full_name }}
.github/workflows/claude.yml
@@ -26,7 +26,7 @@ jobs:
26
actions: read # Required for Claude to read CI results on PRs
27
steps:
28
- name: Checkout repository
29
30
31
fetch-depth: 1
32
0 commit comments