Skip to content

Commit 7f0de50

Browse files
committed
Refactor Claude Code integration to use local action instead of Docker image for improved maintainability
1 parent 7388713 commit 7f0de50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Run Claude Code
3333
id: claude
34-
uses: docker://ghcr.io/mervinpraison/praisonai-claudecode:latest
34+
uses: ./.github/actions/claude-code-action
3535
with:
3636
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3737
github_token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)