We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578e80e commit ac34730Copy full SHA for ac34730
.github/workflows/claude.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- name: Debug
20
run: |
21
- echo "github.event: ${{ github.event }}"
+ echo "github.event: ${{ fromJSON(github.event) }}"
22
claude:
23
if: |
24
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) ||
0 commit comments