We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c612628 commit 86a3754Copy full SHA for 86a3754
2 files changed
.github/workflows/claude-review.yml
@@ -52,8 +52,6 @@ jobs:
52
with:
53
github-token: ${{ github.token }}
54
script: |
55
- const core = require('@actions/core');
56
-
57
const sender = context.payload.sender?.login ?? '';
58
const senderType = context.payload.sender?.type ?? '';
59
const trustedClaudeLogin = process.env.CLAUDE_APP_LOGIN ?? '';
.github/workflows/claude-write.yml
@@ -56,8 +56,6 @@ jobs:
60
61
62
63
0 commit comments