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 24f9bb7 commit a90410cCopy full SHA for a90410c
.github/workflows/claude.yml
@@ -23,8 +23,8 @@ jobs:
23
script: |
24
try {
25
// Get username - prioritize sender (the person who triggered the event)
26
- const username = github.event.sender?.login ||
27
- github.event.comment?.user?.login;
+ const username = github.event?.sender?.login ||
+ github.event?.comment?.user?.login;
28
29
if (!username) {
30
console.log('Could not determine username from event payload');
0 commit comments