Skip to content

Commit eafef9a

Browse files
Merge pull request #651 from MervinPraison/develop
Update Claude Code action reference to use local action for improved …
2 parents e09c1b2 + b4831b3 commit eafef9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

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

4040
- name: Run Claude Code
4141
id: claude
42-
uses: "ghcr.io/mervinpraison/praisonai-claudecode:latest"
42+
uses: ./.github/actions/claude-code-action
4343
with:
4444
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4545
github_token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)