more twesks for perf

This commit is contained in:
claude
2025-07-31 13:56:44 +00:00
parent 8ce0803589
commit 18015aa3ca
2 changed files with 28 additions and 7 deletions

View File

@@ -80,11 +80,13 @@ outputs:
runs:
using: "composite"
steps:
- name: Install Bun
uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # https://github.com/oven-sh/setup-bun/releases/tag/v2.0.2
with:
bun-version: 1.2.11
cache: false
- name: Verify Bun Installation
shell: bash
run: |
# Bun is pre-installed in the Docker image
echo "Using pre-installed Bun:"
which bun || (echo "ERROR: Bun not found!" && exit 1)
bun --version
- name: Install Dependencies
shell: bash
@@ -121,7 +123,7 @@ runs:
- name: Run Claude Code
id: claude-code
if: steps.prepare.outputs.contains_trigger == 'true'
uses: anthropics/claude-code-base-action@v0.0.48
uses: anthropics/claude-code-base-action@beta
with:
prompt_file: /tmp/claude-prompts/claude-prompt.txt
allowed_tools: ${{ env.ALLOWED_TOOLS }}