We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff5f5d commit 6601b18Copy full SHA for 6601b18
.github/workflows/claude-pr-review.yaml
@@ -27,7 +27,8 @@ jobs:
27
- name: Checkout upstream repository
28
uses: actions/checkout@v6
29
30
- - uses: anthropics/claude-code-action@v1
+ # TODO(@pzmarzly): Unpin once https://github.com/anthropics/claude-code-action/issues/1013 is fixed.
31
+ - uses: anthropics/claude-code-action@v1.0.66
32
env:
33
ANTHROPIC_BASE_URL: https://openrouter.ai/api
34
with:
0 commit comments