Skip to content

Commit 86a3754

Browse files
committed
Initial Commit
Signed-off-by: Nicholas Gates <nick@nickgates.com>
1 parent c612628 commit 86a3754

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
with:
5353
github-token: ${{ github.token }}
5454
script: |
55-
const core = require('@actions/core');
56-
5755
const sender = context.payload.sender?.login ?? '';
5856
const senderType = context.payload.sender?.type ?? '';
5957
const trustedClaudeLogin = process.env.CLAUDE_APP_LOGIN ?? '';

.github/workflows/claude-write.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
with:
5757
github-token: ${{ github.token }}
5858
script: |
59-
const core = require('@actions/core');
60-
6159
const sender = context.payload.sender?.login ?? '';
6260
const senderType = context.payload.sender?.type ?? '';
6361
const trustedClaudeLogin = process.env.CLAUDE_APP_LOGIN ?? '';

0 commit comments

Comments
 (0)