From 12940797c722d1c2f917d755df65fc1b494dc9b1 Mon Sep 17 00:00:00 2001 From: Mark Wylde Date: Sat, 31 May 2025 00:05:18 +0100 Subject: [PATCH] Attempt to make this work --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2530fcf..d09c71a 100644 --- a/action.yml +++ b/action.yml @@ -92,7 +92,7 @@ runs: shell: bash run: | # Install Claude Code CLI via npm - npm install -g @anthropic-ai/claude-cli + npm install -g @anthropic-ai/claude-code - name: Prepare action id: prepare