From c6c6a613c8b2b9e6f19201d575fc91afb7db9a58 Mon Sep 17 00:00:00 2001 From: Mark Wylde Date: Sat, 31 May 2025 11:16:32 +0100 Subject: [PATCH] chore: update screenshot for readme --- README.md | 2 +- assets/{screenshot.png => preview.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/{screenshot.png => preview.png} (100%) 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