Skip to content

Commit ac34730

Browse files
committed
debug
1 parent 578e80e commit ac34730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Debug
2020
run: |
21-
echo "github.event: ${{ github.event }}"
21+
echo "github.event: ${{ fromJSON(github.event) }}"
2222
claude:
2323
if: |
2424
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) ||

0 commit comments

Comments
 (0)