lewtun HF Staff OpenAI Codex commited on
Commit
f196f43
·
unverified ·
1 Parent(s): e90638c

ci: prepare Claude Code bin directory (#230)

Browse files

Co-authored-by: OpenAI Codex <codex@openai.com>

.github/workflows/claude-review.yml CHANGED
@@ -59,6 +59,9 @@ jobs:
59
  printf 'PROMPT_EOF\n'
60
  } >> "$GITHUB_OUTPUT"
61
 
 
 
 
62
  - uses: anthropics/claude-code-action@v1
63
  with:
64
  anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
 
59
  printf 'PROMPT_EOF\n'
60
  } >> "$GITHUB_OUTPUT"
61
 
62
+ - name: Prepare Claude Code bin directory
63
+ run: mkdir -p "$HOME/.local/bin"
64
+
65
  - uses: anthropics/claude-code-action@v1
66
  with:
67
  anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}