We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdeafcd commit b0c18bdCopy full SHA for b0c18bd
.github/workflows/claude-code-agent.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Run Claude Code
35
id: claude
36
- uses: anthropics/claude-code-action@f4d737af0b61a79741d8246c5207da5887746212 # v1
+ uses: anthropics/claude-code-action@8a1c4371755898f67cd97006ba7c97702d5fc4bf # v1
37
with:
38
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
39
.github/workflows/claude-code-review.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Run Claude Code Review
26
id: claude-review
27
28
29
30
prompt: |
0 commit comments