Merge branch 'main' of https://github.com/anthropics/claude-code-action into fix-workflow-run-auth

This commit is contained in:
Kashyap Murali
2025-08-20 13:25:40 -07:00
3 changed files with 37 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ runs:
- name: Install Claude Code
shell: bash
run: curl -fsSL https://claude.ai/install.sh | bash -s 1.0.84
run: curl -fsSL https://claude.ai/install.sh | bash -s 1.0.85
- name: Run Claude Code Action
shell: bash