We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90915b2 + 4bb69f7 commit 0ff4017Copy full SHA for 0ff4017
1 file changed
.github/workflows/claude.yml
@@ -117,7 +117,11 @@ jobs:
117
118
- name: Run Claude Code
119
id: claude
120
- uses: anthropics/claude-code-action@v1
+ # TEMP: swapped @v1 → @beta to surface the real underlying error
121
+ # being masked by the AJV obfuscation in @v1 (see upstream
122
+ # anthropics/claude-code-action#892 comment by ovceev 2026-03-10).
123
+ # Revert to @v1 once we have a clear error from the next trigger.
124
+ uses: anthropics/claude-code-action@beta
125
with:
126
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
127
0 commit comments