Skip to content

Commit b887028

Browse files
authored
chore(deps): bump claude-code-action to v1 (#585)
Bumps `anthropics/claude-code-action` from `@beta` to `@v1`. <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/Unstructured-IO/unstructured-api/pull/585?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. -->
1 parent 0830d20 commit b887028

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/claude.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131

3232
- name: Run Claude Code
3333
id: claude
34-
uses: anthropics/claude-code-action@beta
34+
uses: anthropics/claude-code-action@v1
3535
with:
3636
anthropic_api_key: ${{ secrets.GH_ANTHROPIC_API_KEY }}
37-
allowed_tools: "Bash(git:*),View,GlobTool,GrepTool,BatchTool"
37+
claude_args: |
38+
--allowedTools "Bash(git:*),Read,Glob,Grep"

0 commit comments

Comments
 (0)