Enhancements #18
This workflow graph cannot be shown
A graph will be generated the next time this workflow is run.
Annotations
1 error
|
Invalid workflow file:
.github/workflows/claude.yml#L1
(Line: 15, Col: 9): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CLAUDE_CODE_OAUTH_TOKEN != '' &&
((github.event_name == 'issue_comment' &&
(contains(github.event.comment.body, '/ff-check') || contains(github.event.comment.body, 'CHECK CONTEXT') || contains(github.event.comment.body, '@claude')))
||
(github.event_name == 'pull_request_review_comment' &&
(contains(github.event.comment.body, '/ff-check') || contains(github.event.co[...]
|