From 4a6d3cf183cd8ba871bc32847eedd9f45da57d56 Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Thu, 24 Jul 2025 08:35:25 -0700 Subject: [PATCH] Minor update to readme (from @main to @beta) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a269af5f..08d9d904 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ The traditional implementation mode that responds to @claude mentions, issue ass - **Use case**: General-purpose code implementation and Q&A ```yaml -- uses: anthropics/claude-code-action@main +- uses: anthropics/claude-code-action@beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} # mode: tag is the default @@ -230,7 +230,7 @@ For automation and scheduled tasks without trigger checking. - **Use case**: Maintenance tasks, automated reporting, scheduled checks ```yaml -- uses: anthropics/claude-code-action@main +- uses: anthropics/claude-code-action@beta with: mode: agent anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}