diff --git a/README.md b/README.md index 387bd51..bfc440e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A general-purpose [Claude Code](https://claude.ai/code) action for GitHub PRs and issues that can answer questions and implement code changes. This action intelligently detects when to activate based on your workflow context—whether responding to @claude mentions, issue assignments, or executing automation tasks with explicit prompts. It supports multiple authentication methods including Anthropic direct API, Amazon Bedrock, Google Vertex AI, and Microsoft Foundry. -## 🦊 Gitea Support +## 🍵 Gitea Support This action now supports Gitea through REST API(GITEA API) fallback . Key features: @@ -29,7 +29,7 @@ env: - 📊 **Structured Outputs**: Get validated JSON results that automatically become GitHub Action outputs for complex automations - 🏃 **Runs on Your Infrastructure**: The action executes entirely on your own GitHub runner (Anthropic API calls go to your chosen provider) - ⚙️ **Simplified Configuration**: Unified `prompt` and `claude_args` inputs provide clean, powerful configuration aligned with Claude Code SDK -- 🦊 **Gitea Support**: Support with Gitea through REST API(GITEA API) fallback when GraphQL is unavailable +- 🍵 **Gitea Support**: Support with Gitea through GITEA API. ## 📦 Upgrading from v0.x?