From 03eca9a88de5aa0aa93c1240b95eb17e05e403e4 Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Fri, 9 Jan 2026 19:18:44 -0800 Subject: [PATCH 1/2] Deprecate mirror repository in README Updated README to indicate the repository is deprecated and to discourage usage. Fixes https://github.com/anthropics/claude-code-action/issues/809 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94a6266a..9733e5cb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# ⚠️ This is a Mirror Repository +# ⚠️ This Mirror Repository is deprecated! This repository is an automated mirror of the `base-action` directory from [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). -**Do not submit PRs or issues to this repository.** Instead, please contribute to the main repository: +However, the github releases (https://github.com/anthropics/claude-code-base-action/releases) are not synced, so if you use this, you will get an outdated version of claude code. + +**Do not use this repository.** Instead, please use or contribute to the main repository: - 🐛 [Report issues](https://github.com/anthropics/claude-code-action/issues) - 🔧 [Submit pull requests](https://github.com/anthropics/claude-code-action/pulls) From e2c99ac4e38bc0ac962e7a788663886bf92b0999 Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Thu, 15 Jan 2026 07:25:23 -0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9733e5cb..7c4fa2ab 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository is an automated mirror of the `base-action` directory from [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). -However, the github releases (https://github.com/anthropics/claude-code-base-action/releases) are not synced, so if you use this, you will get an outdated version of claude code. +However, the github releases (https://github.com/anthropics/claude-code-base-action/releases) are not synced, so if you use this, you will get an outdated version of Claude Code. **Do not use this repository.** Instead, please use or contribute to the main repository: