Skip to content

Commit 131b701

Browse files
committed
Github Workflows: claude: Bugfix. Clone repository so that we can reference local action.
1 parent 96ef77c commit 131b701

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/claude.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
types: [submitted]
1212

1313
jobs:
14+
1415
claude:
1516
if: |
1617
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '/claude')) ||
@@ -24,9 +25,14 @@ jobs:
2425
issues: read
2526
id-token: write
2627
steps:
28+
29+
- name: Clone Repository
30+
uses: actions/checkout@v4
31+
2732
- name: Prepare Python and Hatch
2833
uses: ./.github/actions/python-hatch
2934
with:
35+
needs-clone: false
3036
python-version: '3.10'
3137

3238
- name: Create CLAUDE.md symlink

0 commit comments

Comments
 (0)