Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ runs:
shell: bash
run: |
cd ${GITHUB_ACTION_PATH}
bun install
bun install --frozen-lockfile

- name: Prepare action
id: prepare
Expand Down Expand Up @@ -189,7 +189,7 @@ runs:
run: |
echo "Installing base-action dependencies..."
cd ${GITHUB_ACTION_PATH}/base-action
bun install
bun install --frozen-lockfile
echo "Base-action dependencies installed"
cd -

Expand Down
2 changes: 1 addition & 1 deletion base-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ runs:
shell: bash
run: |
cd ${GITHUB_ACTION_PATH}
bun install
bun install --frozen-lockfile

- name: Install Claude Code
shell: bash
Expand Down