Skip to content

Commit 0ff4017

Browse files
authored
Merge pull request #224 from UCD-SERG/ci/claude-action-beta-debug
ci(claude): temporarily swap @v1@beta to surface real SDK error
2 parents 90915b2 + 4bb69f7 commit 0ff4017

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/claude.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,11 @@ jobs:
117117
118118
- name: Run Claude Code
119119
id: claude
120-
uses: anthropics/claude-code-action@v1
120+
# 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
121125
with:
122126
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
123127

0 commit comments

Comments
 (0)