diff options
| author | Yong He <yonghe@outlook.com> | 2025-07-11 13:38:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-11 13:38:26 -0700 |
| commit | eaaf0196c052055ff166a870e8f072dd02a6dcce (patch) | |
| tree | 418c8ffaf58b06cb56c78a6ec00f09fb7eacfa0f /.github | |
| parent | 57567778b7d91afe7e6325c731d54b313b8b16e9 (diff) | |
Use claude action v0.0.31 to avoid premature termination.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/claude.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 454077f06..53143d0e8 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -189,7 +189,7 @@ jobs: # Run Claude Code Action with optimized environment variables - name: Execute Claude Code Action # Right now direct prompt to automatic PR Review id: claude-action - uses: anthropics/claude-code-action@beta + uses: anthropics/claude-code-action@v0.0.31 with: # Direct Prompt is for testing. We shall use the triggers (on) which shall trigger this part on runtime custom_instructions: | |
