-
Notifications
You must be signed in to change notification settings - Fork 23
chore(deps): bump claude-code-action to v1 #351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -31,7 +31,8 @@ jobs: | |||||
|
|
||||||
| - name: Run Claude Code | ||||||
| id: claude | ||||||
| uses: anthropics/claude-code-action@beta | ||||||
| uses: anthropics/claude-code-action@v1 | ||||||
| with: | ||||||
| anthropic_api_key: ${{ secrets.GH_ANTHROPIC_API_KEY }} | ||||||
| allowed_tools: "Bash(git:*),View,GlobTool,GrepTool,BatchTool" | ||||||
| claude_args: | | ||||||
| --allowedTools "Bash(git:*),Read,Glob,Grep" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: In Claude Code CLI v1, file editing moved from the beta-era Prompt for AI agents
Suggested change
|
||||||
Uh oh!
There was an error while loading. Please reload this page.