Skip to content

Commit ee302cd

Browse files
committed
fix: remove unneeded changes
1 parent e3cc9ba commit ee302cd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 1
28-
# For PR comments, checkout the PR branch
29-
ref: ${{ github.event.issue.pull_request && format('refs/pull/{0}/merge', github.event.issue.number) || github.ref }}
3028

3129
- name: Run Claude Code Review
3230
id: claude-review

.github/workflows/claude.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 1
27-
# For PR comments, checkout the PR branch
28-
ref: ${{ github.event.issue.pull_request && format('refs/pull/{0}/merge', github.event.issue.number) || github.ref }}
2927

3028
- name: Run Claude Code
3129
id: claude

0 commit comments

Comments
 (0)