diff --git a/README.md b/README.md index d368e6d..fc66c75 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Claude Code Action (Gitea Fork) -![Claude Code Action in action](assets/screenshot.png) +![Claude Code Action in action](assets/preview.png) A fork of the [Claude Code Action](https://github.com/anthropics/claude-code-action) that adds support for Gitea alongside GitHub. This action provides a general-purpose [Claude Code](https://claude.ai/code) assistant for PRs and issues that can answer questions and implement code changes. It listens for a trigger phrase in comments and activates Claude to act on the request. Supports multiple authentication methods including Anthropic direct API, Amazon Bedrock, and Google Vertex AI. diff --git a/assets/screenshot.png b/assets/preview.png similarity index 100% rename from assets/screenshot.png rename to assets/preview.png