anthropics / anthropics/claude-code-action

Add a `bun_version` input to avoid a duplicate setup-bun step

オープン
#1,714 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
area:installation enhancement feature-request p3
主要言語
TypeScript
スター
8.9k
フォーク
2.1k
PR マージ指標
PR 指標を取得中

説明

The action installs Bun itself, but pins the version (`1.3.14`). Consumers who need a different version must run `oven-sh/setup-bun` themselves and pass `path_to_bun_executable`, so Bun is set up twice in the workflow.

A `bun_version` input passed through to the action's own `setup-bun` step would remove the duplicate setup:

```yaml
- uses: anthropics/claude-code-action@v1
with:
bun_version: 1.4.0
```

This matters when a repo pins its runtime — `devEngines` with `onFail: "error"` rejects any other version, so the action's Bun breaks every command Claude runs.

It would also help #618: one action reference instead of two, so `oven-sh/setup-bun` no longer needs separate allowlisting.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。