more twesks for perf
This commit is contained in:
14
action.yml
14
action.yml
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user