Skip to content

Commit 578e80e

Browse files
committed
debug
1 parent ae86d4c commit 578e80e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/claude.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ on:
1313
types: [review_requested]
1414

1515
jobs:
16+
debug:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- name: Debug
20+
run: |
21+
echo "github.event: ${{ github.event }}"
1622
claude:
1723
if: |
1824
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) ||

0 commit comments

Comments
 (0)