From bcef5815223f8e859af1ffa809761954a0622725 Mon Sep 17 00:00:00 2001 From: Lina Tawfik Date: Mon, 19 May 2025 09:38:40 -0700 Subject: [PATCH] modify base action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d603537..d4cc595 100644 --- a/action.yml +++ b/action.yml @@ -92,7 +92,7 @@ runs: - name: Run Claude Code id: claude-code if: steps.prepare.outputs.contains_trigger == 'true' - uses: anthropics/claude-code-action@beta + uses: anthropics/claude-code-base-action@beta with: prompt_file: /tmp/claude-prompts/claude-prompt.txt allowed_tools: ${{ env.ALLOWED_TOOLS }}