Minor update to readme (from @main to @beta)
This commit is contained in:
parent
3fef2d3f20
commit
4a6d3cf183
@ -215,7 +215,7 @@ The traditional implementation mode that responds to @claude mentions, issue ass
|
|||||||
- **Use case**: General-purpose code implementation and Q&A
|
- **Use case**: General-purpose code implementation and Q&A
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: anthropics/claude-code-action@main
|
- uses: anthropics/claude-code-action@beta
|
||||||
with:
|
with:
|
||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
# mode: tag is the default
|
# 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
|
- **Use case**: Maintenance tasks, automated reporting, scheduled checks
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: anthropics/claude-code-action@main
|
- uses: anthropics/claude-code-action@beta
|
||||||
with:
|
with:
|
||||||
mode: agent
|
mode: agent
|
||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user